pgsql: Doc: Correct deduplicate_items varlistentry id.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: Correct deduplicate_items varlistentry id.
Date: 2020-03-17 22:54:06
Message-ID: E1jEL66-00029A-DI@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-03-17 23:36:49 pgsql: Refactor our checks for valid function and aggregate signatures.
Previous Message Tom Lane 2020-03-17 22:29:29 pgsql: Adjust handling of an ANYARRAY actual input for an ANYARRAY argu