pgsql: Doc: Correct deduplicate_items varlistentry id.

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема pgsql: Doc: Correct deduplicate_items varlistentry id.
Дата
Msg-id E1jEL66-00029A-DI@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Adjust handling of an ANYARRAY actual input for an ANYARRAY argu
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Refactor our checks for valid function and aggregate signatures.