Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1f00f0d

Browse files
committed
Added indxqualorig to IndexScan: fix for using indices in OR.
1 parent056ba12 commit1f00f0d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/include/nodes/plannodes.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: plannodes.h,v 1.18 1998/09/01 04:36:46 momjian Exp $
9+
* $Id: plannodes.h,v 1.19 1998/11/22 10:45:09 vadim Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -174,6 +174,7 @@ typedef struct IndexScan
174174
Scanscan;
175175
List*indxid;
176176
List*indxqual;
177+
List*indxqualorig;
177178
IndexScanState*indxstate;
178179
}IndexScan;
179180

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp