We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be9788e commit 0176753Copy full SHA for 0176753
src/include/nodes/parsenodes.h
@@ -3352,7 +3352,7 @@ typedef struct ConstraintsSetStmt
3352
/* Reindex options */
3353
#define REINDEXOPT_VERBOSE (1 << 0) /* print progress info */
3354
#define REINDEXOPT_REPORT_PROGRESS (1 << 1) /* report pgstat progress */
3355
-#define REINDEXOPT_MISSING_OK (2 << 1) /* skip missing relations */
+#define REINDEXOPT_MISSING_OK (1 << 2) /* skip missing relations */
3356
3357
typedef enum ReindexObjectType
3358
{
0 commit comments