pgsql: Minor edits to catalog files and scripts - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Minor edits to catalog files and scripts
Date
Msg-id E1eS97b-0002zz-8n@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Adjust assertion in GetCurrentCommandId.
Next
From: Thomas Munro
Date:
Subject: Re: pgsql: Add parallel-aware hash joins.