diff options
Diffstat (limited to 'src/include/nodes/execnodes.h')
-rw-r--r-- | src/include/nodes/execnodes.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/nodes/execnodes.h b/src/include/nodes/execnodes.h index 533024e5833..c582cdd7994 100644 --- a/src/include/nodes/execnodes.h +++ b/src/include/nodes/execnodes.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: execnodes.h,v 1.16 1998/07/27 19:38:34 vadim Exp $ + * $Id: execnodes.h,v 1.17 1998/08/03 19:41:31 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -399,6 +399,7 @@ typedef struct IndexScanState CommonState cstate; /* its first field is NodeTag */ int iss_NumIndices; int iss_IndexPtr; + int iss_MarkIndexPtr; ScanKey *iss_ScanKeys; int *iss_NumScanKeys; Pointer iss_RuntimeKeyInfo; |