Skip to content

Commit 399997d

Browse files
committed
Update comment for IndexInfo.ii_WithoutOverlaps
Commit fc0438b added the ii_WithoutOverlaps field, but the comment was not updated. Author: Japin Li <japinli@hotmail.com> Reviewed-by: Richard Guo <guofenglinux@gmail.com> Discussion: https://www.postgresql.org/message-id/flat/ME0P300MB04453E6C7EA635F0ECF41BFCB6832%40ME0P300MB0445.AUSP300.PROD.OUTLOOK.COM
1 parent b71351e commit 399997d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/include/nodes/execnodes.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ typedef struct ExprState
178178
* IndexUnchanged aminsert hint, cached for retail inserts
179179
* Concurrent are we doing a concurrent index build?
180180
* BrokenHotChain did we detect any broken HOT chains?
181+
* WithoutOverlaps is it a WITHOUT OVERLAPS index?
181182
* Summarizing is it a summarizing index?
182183
* ParallelWorkers # of workers requested (excludes leader)
183184
* Am Oid of index AM

0 commit comments

Comments
 (0)