pgsql: Doc: Correct deduplicate_items varlistentry id. - Mailing list pgsql-committers

From Peter Geoghegan
Subject pgsql: Doc: Correct deduplicate_items varlistentry id.
Date
Msg-id E1jEL66-00029A-DI@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Doc: Correct deduplicate_items varlistentry id.

Use a varlistentry id for the deduplicate_items storage parameter that
is derived from the name of the parameter itself.

This oversight happened because the storage parameter was renamed
relatively late during the development of the patch that became commit
0d861bbb.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/dbbb55385cf5eb75837eb3eb7ca1f14e2beb5a63

Modified Files
--------------
doc/src/sgml/ref/create_index.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Adjust handling of an ANYARRAY actual input for an ANYARRAY argu
Next
From: Tom Lane
Date:
Subject: pgsql: Refactor our checks for valid function and aggregate signatures.