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 959e61e commit 26fcd25Copy full SHA for 26fcd25
src/backend/tcop/utility.c
@@ -10,7 +10,7 @@
10
*
11
12
* IDENTIFICATION
13
- * $Header: /cvsroot/pgsql/src/backend/tcop/utility.c,v 1.155 2002/05/17 18:32:52 petere Exp $
+ * $Header: /cvsroot/pgsql/src/backend/tcop/utility.c,v 1.156 2002/05/21 22:18:08 tgl Exp $
14
15
*-------------------------------------------------------------------------
16
*/
@@ -234,8 +234,6 @@ ProcessUtility(Node *parsetree,
234
bool forward;
235
int count;
236
237
- SetQuerySnapshot();
238
-
239
forward = (bool) (stmt->direction == FORWARD);
240
241
/*
0 commit comments