8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fa3d0a commit dd4a357Copy full SHA for dd4a357
src/backend/executor/execMain.c
@@ -26,7 +26,7 @@
26
*
27
28
* IDENTIFICATION
29
- * $Header: /cvsroot/pgsql/src/backend/executor/execMain.c,v 1.73 1999/02/07 13:54:58 wieck Exp $
+ * $Header: /cvsroot/pgsql/src/backend/executor/execMain.c,v 1.74 1999/02/07 14:20:11 wieck Exp $
30
31
*-------------------------------------------------------------------------
32
*/
@@ -132,7 +132,7 @@ ExecutorStart(QueryDesc *queryDesc, EState *estate)
132
* Make our own private copy of the current queries snapshot data
133
134
if (QuerySnapshot == NULL)
135
- estate->es_snapshot = NULL
+ estate->es_snapshot = NULL;
136
else
137
{
138
estate->es_snapshot = (Snapshot)palloc(sizeof(SnapshotData));
0 commit comments