diff options
Diffstat (limited to 'src/include/nodes/execnodes.h')
-rw-r--r-- | src/include/nodes/execnodes.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/nodes/execnodes.h b/src/include/nodes/execnodes.h index 4e1bc683d5b..ef880505c18 100644 --- a/src/include/nodes/execnodes.h +++ b/src/include/nodes/execnodes.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: execnodes.h,v 1.62 2001/07/16 05:07:00 tgl Exp $ + * $Id: execnodes.h,v 1.63 2001/09/29 07:57:04 inoue Exp $ * *------------------------------------------------------------------------- */ @@ -461,7 +461,7 @@ typedef struct TidScanState int tss_NumTids; int tss_TidPtr; int tss_MarkTidPtr; - ItemPointer *tss_TidList; + ItemPointerData* tss_TidList; HeapTupleData tss_htup; } TidScanState; |