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

Commita63dd8a

Browse files
committed
Renumber cursor option flags
Move the planner-control flags up so that there is more room for parseoptions. Some pending patches need some room there, so do thisrenumbering separately so that there is less potential for conflicts.
1 parent9f6f1f9 commita63dd8a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎src/include/nodes/parsenodes.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2776,10 +2776,10 @@ typedef struct SecLabelStmt
27762776
#defineCURSOR_OPT_INSENSITIVE0x0008/* INSENSITIVE */
27772777
#defineCURSOR_OPT_HOLD0x0010/* WITH HOLD */
27782778
/* these planner-control flags do not correspond to any SQL grammar: */
2779-
#defineCURSOR_OPT_FAST_PLAN0x0020/* prefer fast-start plan */
2780-
#defineCURSOR_OPT_GENERIC_PLAN0x0040/* force use of generic plan */
2781-
#defineCURSOR_OPT_CUSTOM_PLAN0x0080/* force use of custom plan */
2782-
#defineCURSOR_OPT_PARALLEL_OK0x0100/* parallel mode OK */
2779+
#defineCURSOR_OPT_FAST_PLAN0x0100/* prefer fast-start plan */
2780+
#defineCURSOR_OPT_GENERIC_PLAN0x0200/* force use of generic plan */
2781+
#defineCURSOR_OPT_CUSTOM_PLAN0x0400/* force use of custom plan */
2782+
#defineCURSOR_OPT_PARALLEL_OK0x0800/* parallel mode OK */
27832783

27842784
typedefstructDeclareCursorStmt
27852785
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp