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

Commit9dfb763

Browse files
committed
Fix duplicate call to WRITE_NODE_FIELD(whereClause) in _outSelectStmt
1 parent1198d63 commit9dfb763

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎src/backend/nodes/outfuncs.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/nodes/outfuncs.c,v 1.251 2005/04/28 21:47:13 tgl Exp $
11+
* $PostgreSQL: pgsql/src/backend/nodes/outfuncs.c,v 1.252 2005/05/09 15:09:19 ishii Exp $
1212
*
1313
* NOTES
1414
* Every node type that can appear in stored rules' parsetrees *must*
@@ -1255,7 +1255,6 @@ _outSelectStmt(StringInfo str, SelectStmt *node)
12551255
{
12561256
WRITE_NODE_TYPE("SELECT");
12571257

1258-
WRITE_NODE_FIELD(whereClause);
12591258
WRITE_NODE_FIELD(distinctClause);
12601259
WRITE_NODE_FIELD(into);
12611260
WRITE_NODE_FIELD(intoColNames);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp