mirror of
https://github.com/postgres/postgres.git
synced 2025-07-03 20:02:46 +03:00
Update comment for IndexInfo.ii_WithoutOverlaps
Commit fc0438b4e8
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
This commit is contained in:
@ -178,6 +178,7 @@ typedef struct ExprState
|
|||||||
* IndexUnchanged aminsert hint, cached for retail inserts
|
* IndexUnchanged aminsert hint, cached for retail inserts
|
||||||
* Concurrent are we doing a concurrent index build?
|
* Concurrent are we doing a concurrent index build?
|
||||||
* BrokenHotChain did we detect any broken HOT chains?
|
* BrokenHotChain did we detect any broken HOT chains?
|
||||||
|
* WithoutOverlaps is it a WITHOUT OVERLAPS index?
|
||||||
* Summarizing is it a summarizing index?
|
* Summarizing is it a summarizing index?
|
||||||
* ParallelWorkers # of workers requested (excludes leader)
|
* ParallelWorkers # of workers requested (excludes leader)
|
||||||
* Am Oid of index AM
|
* Am Oid of index AM
|
||||||
|
Reference in New Issue
Block a user