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

Commitdd4a357

Browse files
Jan WieckJan Wieck
Jan Wieck
authored and
Jan Wieck
committed
Missing semicolon in last fix :-}
Jan
1 parent6fa3d0a commitdd4a357

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/executor/execMain.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
*
2727
*
2828
* IDENTIFICATION
29-
* $Header: /cvsroot/pgsql/src/backend/executor/execMain.c,v 1.73 1999/02/0713:54:58 wieck Exp $
29+
* $Header: /cvsroot/pgsql/src/backend/executor/execMain.c,v 1.74 1999/02/0714:20:11 wieck Exp $
3030
*
3131
*-------------------------------------------------------------------------
3232
*/
@@ -132,7 +132,7 @@ ExecutorStart(QueryDesc *queryDesc, EState *estate)
132132
* Make our own private copy of the current queries snapshot data
133133
*/
134134
if (QuerySnapshot==NULL)
135-
estate->es_snapshot=NULL
135+
estate->es_snapshot=NULL;
136136
else
137137
{
138138
estate->es_snapshot= (Snapshot)palloc(sizeof(SnapshotData));

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp