pgsql: Minor edits to catalog files and scripts

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Minor edits to catalog files and scripts
Дата
Msg-id E1eS97b-0002zz-8n@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Minor edits to catalog files and scripts

This fixes a few typos and small mistakes; it also cleans a few
minor stylistic issues.  The biggest functional change is that
Gen_fmgrtab.pl no longer knows the OID of language 'internal'.

Author: John Naylor
Discussion: https://postgr.es/m/CAJVSVGXAkwbk-A9QHHHf00N905kKisyQbaYwKqaRpze_gPXGfg@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9373baa0f764392c504df034afd2f6b178c29491

Modified Files
--------------
src/backend/catalog/Catalog.pm             | 22 +++++-------
src/backend/catalog/Makefile               |  2 +-
src/backend/catalog/genbki.pl              | 55 ++++++++++++++++--------------
src/backend/utils/Gen_fmgrtab.pl           | 11 +++---
src/include/catalog/pg_partitioned_table.h |  2 +-
src/include/catalog/pg_sequence.h          | 10 ++++++
src/include/catalog/pg_statistic.h         | 10 +++---
src/include/catalog/pg_subscription_rel.h  |  5 +--
8 files changed, 62 insertions(+), 55 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Adjust assertion in GetCurrentCommandId.
Следующее
От: Thomas Munro
Дата:
Сообщение: Re: pgsql: Add parallel-aware hash joins.