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

Commit26fcd25

Browse files
committed
Remove SetQuerySnapshot() from FETCH processing. No longer necessary
or appropriate, since the snapshot that will be used by the cursor wasfrozen when ExecutorStart was run for it.
1 parent959e61e commit26fcd25

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

‎src/backend/tcop/utility.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*
1111
*
1212
* IDENTIFICATION
13-
* $Header: /cvsroot/pgsql/src/backend/tcop/utility.c,v 1.155 2002/05/1718:32:52 petere Exp $
13+
* $Header: /cvsroot/pgsql/src/backend/tcop/utility.c,v 1.156 2002/05/21 22:18:08 tgl Exp $
1414
*
1515
*-------------------------------------------------------------------------
1616
*/
@@ -234,8 +234,6 @@ ProcessUtility(Node *parsetree,
234234
boolforward;
235235
intcount;
236236

237-
SetQuerySnapshot();
238-
239237
forward= (bool) (stmt->direction==FORWARD);
240238

241239
/*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp