mirror of
https://github.com/postgres/postgres.git
synced 2025-12-16 16:42:29 +03:00
Rename pending_list_cleanup_size to gin_pending_list_limit.
Since this parameter is only for GIN index, it's better to add "gin" to the parameter name for easier understanding.
This commit is contained in:
@@ -658,7 +658,7 @@ DROP TABLE array_gin_test;
|
||||
-- Test GIN index's reloptions
|
||||
--
|
||||
CREATE INDEX gin_relopts_test ON array_index_op_test USING gin (i)
|
||||
WITH (FASTUPDATE=on, PENDING_LIST_CLEANUP_SIZE=128);
|
||||
WITH (FASTUPDATE=on, GIN_PENDING_LIST_LIMIT=128);
|
||||
\d+ gin_relopts_test
|
||||
|
||||
--
|
||||
|
||||
Reference in New Issue
Block a user