8000
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 9e5fee8 commit 7a7b3e1Copy full SHA for 7a7b3e1
src/include/nodes/execnodes.h
@@ -178,6 +178,7 @@ typedef struct ExprState
178
* IndexUnchanged aminsert hint, cached for retail inserts
179
* Concurrent are we doing a concurrent index build?
180
* BrokenHotChain did we detect any broken HOT chains?
181
+ * WithoutOverlaps is it a WITHOUT OVERLAPS index?
182
* Summarizing is it a summarizing index?
183
* ParallelWorkers # of workers requested (excludes leader)
184
* Am Oid of index AM
0 commit comments