1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-05 07:21:24 +03:00

Update mark/reset index code for multiple indexes, (OR code).

Thanks for Vadim for fixes.
This commit is contained in:
Bruce Momjian
1998-08-03 19:41:35 +00:00
parent 21ad8695ca
commit 439a2af0bc
5 changed files with 104 additions and 111 deletions

View File

@ -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;