summaryrefslogtreecommitdiff
path: root/src/include/nodes/relation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/nodes/relation.h')
-rw-r--r--src/include/nodes/relation.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/nodes/relation.h b/src/include/nodes/relation.h
index 7d39e10747a..dc3a37eae95 100644
--- a/src/include/nodes/relation.h
+++ b/src/include/nodes/relation.h
@@ -473,6 +473,8 @@ typedef struct IndexOptInfo
bool amhasgetbitmap; /* does AM have amgetbitmap interface? */
/* added in 9.0.4: */
bool hypothetical; /* true if index doesn't really exist */
+ /* added in 9.0.6: */
+ bool immediate; /* is uniqueness enforced immediately? */
} IndexOptInfo;