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

Commit2c6b370

Browse files
committed
Cleanup of OR fix.
1 parent0a2e5cd commit2c6b370

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

‎src/backend/executor/nodeIndexscan.c

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/executor/nodeIndexscan.c,v 1.20 1998/08/01 22:12:04 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/executor/nodeIndexscan.c,v 1.21 1998/08/01 22:44:52 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -305,7 +305,7 @@ ExecIndexReScan(IndexScan *node, ExprContext *exprCtxt, Plan *parent)
305305
skey=scanKeys[i];
306306
index_rescan(sdesc,direction,skey);
307307
}
308-
308+
}
309309
/* ----------------
310310
*perhaps return something meaningful
311311
* ----------------
@@ -328,12 +328,14 @@ ExecEndIndexScan(IndexScan *node)
328328
IndexScanState*indexstate;
329329
Pointer*runtimeKeyInfo;
330330
ScanKey*scanKeys;
331+
List*indxqual;
331332
int*numScanKeys;
332333
intnumIndices;
333334
inti;
334335

335336
scanstate=node->scan.scanstate;
336337
indexstate=node->indxstate;
338+
indxqual=node->indxqual;
337339
runtimeKeyInfo= (Pointer*)indexstate->iss_RuntimeKeyInfo;
338340

339341
/* ----------------

‎src/backend/optimizer/path/indxpath.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/backend/optimizer/path/indxpath.c,v 1.20 1998/08/01 22:12:12 momjian Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/optimizer/path/indxpath.c,v 1.21 1998/08/01 22:44:53 momjian Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -143,7 +143,6 @@ find_index_paths(Query *root,
143143
index->indexkeys[0],
144144
index->classlist[0],
145145
clauseinfo_list);
146-
}
147146

148147
/*
149148
* 2. If the keys of this index match any of the available restriction

‎src/backend/parser/gram.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@
219219
*
220220
*
221221
* IDENTIFICATION
222-
* $Header: /cvsroot/pgsql/src/backend/parser/Attic/gram.c,v 2.21 1998/08/0119:30:23 scrappy Exp $
222+
* $Header: /cvsroot/pgsql/src/backend/parser/Attic/gram.c,v 2.22 1998/08/0122:44:55 momjian Exp $
223223
*
224224
* HISTORY
225225
* AUTHORDATEMAJOR EVENT
@@ -3927,7 +3927,7 @@ static const short yycheck[] = { 3,
39273927
182
39283928
};
39293929
/* -*-C-*- Note some compilers choke on comments on `#line' lines. */
3930-
#line 3 "/usr/share/misc/bison.simple"
3930+
#line 3 "/usr/local/bison/bison.simple"
39313931

39323932
/* Skeleton output parser for bison,
39333933
Copyright (C) 1984, 1989, 1990 Free Software Foundation, Inc.
@@ -4120,7 +4120,7 @@ __yy_memcpy (char *to, char *from, int count)
41204120
#endif
41214121
#endif
41224122

4123-
#line 196 "/usr/share/misc/bison.simple"
4123+
#line 196 "/usr/local/bison/bison.simple"
41244124

41254125
/* The user can define YYPARSE_PARAM as the name of an argument to be passed
41264126
into yyparse. The argument should have type void *.
@@ -9518,7 +9518,7 @@ case 854:
95189518
break;}
95199519
}
95209520
/* the action file gets copied in in place of this dollarsign */
9521-
#line 498 "/usr/share/misc/bison.simple"
9521+
#line 498 "/usr/local/bison/bison.simple"
95229522

95239523
yyvsp-=yylen;
95249524
yyssp-=yylen;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp