mirror of
https://github.com/postgres/postgres.git
synced 2026-03-01 04:40:42 -05:00
Remove SetQuerySnapshot() from FETCH processing. No longer necessary
or appropriate, since the snapshot that will be used by the cursor was frozen when ExecutorStart was run for it.
This commit is contained in:
parent
959e61e917
commit
26fcd25c57
1 changed files with 1 additions and 3 deletions
|
|
@ -10,7 +10,7 @@
|
|||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $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 $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
|
|
@ -234,8 +234,6 @@ ProcessUtility(Node *parsetree,
|
|||
bool forward;
|
||||
int count;
|
||||
|
||||
SetQuerySnapshot();
|
||||
|
||||
forward = (bool) (stmt->direction == FORWARD);
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue