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

Commit0176753

Browse files
committed
Fix thinko with definition of REINDEXOPT_MISSING_OK
This had no direct consequences, but let's be consistent and it would beconfusing when adding new flags. Oversight in1d65416.Reported-by: Justin PryzbyDiscussion:https://postgr.es/m/20200902024148.GB20149@telsasoft.com
1 parentbe9788e commit0176753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/include/nodes/parsenodes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3352,7 +3352,7 @@ typedef struct ConstraintsSetStmt
33523352
/* Reindex options */
33533353
#defineREINDEXOPT_VERBOSE (1 << 0)/* print progress info */
33543354
#defineREINDEXOPT_REPORT_PROGRESS (1 << 1)/* report pgstat progress */
3355-
#defineREINDEXOPT_MISSING_OK (2 <<1)/* skip missing relations */
3355+
#defineREINDEXOPT_MISSING_OK (1 <<2)/* skip missing relations */
33563356

33573357
typedefenumReindexObjectType
33583358
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp