diff options
Diffstat (limited to 'src/backend/access/common/reloptions.c')
-rw-r--r-- | src/backend/access/common/reloptions.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/backend/access/common/reloptions.c b/src/backend/access/common/reloptions.c index c55a7758273..86d918fafb4 100644 --- a/src/backend/access/common/reloptions.c +++ b/src/backend/access/common/reloptions.c @@ -216,6 +216,14 @@ static relopt_int intRelOpts[] = RELOPT_KIND_BRIN }, 128, 1, 131072 }, + { + { + "pending_list_cleanup_size", + "Maximum size of the pending list for this GIN index, in kilobytes.", + RELOPT_KIND_GIN + }, + -1, 64, MAX_KILOBYTES + }, /* list terminator */ {{NULL}} |