projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1a58d9
)
Remove SetQuerySnapshot() from FETCH processing. No longer necessary
author
Tom Lane
<
[email protected]
>
Tue, 21 May 2002 22:18:08 +0000
(22:18 +0000)
committer
Tom Lane
<
[email protected]
>
Tue, 21 May 2002 22:18:08 +0000
(22:18 +0000)
or appropriate, since the snapshot that will be used by the cursor was
frozen when ExecutorStart was run for it.
src/backend/tcop/utility.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/tcop/utility.c
b/src/backend/tcop/utility.c
index dd319076848212e693903c072c9951d8151e61d1..99b6086ac5ccc7c47fa53fafc68276f691578cb8 100644
(file)
--- a/
src/backend/tcop/utility.c
+++ b/
src/backend/tcop/utility.c
@@
-234,8
+234,6
@@
ProcessUtility(Node *parsetree,
bool forward;
int count;
- SetQuerySnapshot();
-
forward = (bool) (stmt->direction == FORWARD);
/*