From: | Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Minor edits to catalog files and scripts |
Date: | 2017-12-21 22:15:23 |
Message-ID: | E1eS97b-0002zz-8n@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Thomas Munro | 2017-12-22 08:16:10 | Re: pgsql: Add parallel-aware hash joins. |
Previous Message | Alvaro Herrera | 2017-12-21 21:36:57 | Re: pgsql: Get rid of copy_partition_key |