git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 056ba12)
Added indxqualorig to IndexScan: fix for using indices in OR.
1998年11月22日 10:45:09 +0000 (10:45 +0000)
1998年11月22日 10:45:09 +0000 (10:45 +0000)

diff --git a/src/include/nodes/plannodes.h b/src/include/nodes/plannodes.h
index 1731b1a2f58cd463d33f5d90eb0d32089164a29b..f0b8ecbb6714f25358e36fc87bbab9dc5d1ce8ac 100644 (file)
--- a/src/include/nodes/plannodes.h
+++ b/src/include/nodes/plannodes.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: plannodes.h,v 1.18 1998年09月01日 04:36:46 momjian Exp $
+ * $Id: plannodes.h,v 1.19 1998年11月22日 10:45:09 vadim Exp $
*
*-------------------------------------------------------------------------
*/
@@ -174,6 +174,7 @@ typedef struct IndexScan
Scan scan;
List *indxid;
List *indxqual;
+ List *indxqualorig;
IndexScanState *indxstate;
} IndexScan;
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /