pgsql: Cosmetic cleanups in initial catalog data.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Cosmetic cleanups in initial catalog data.
Date: 2018-04-08 19:55:56
Message-ID: E1f5GPs-0007v5-JM@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Cosmetic cleanups in initial catalog data.

Write ',' and ';' for typdelim values instead of the obscurantist
ASCII octal equivalents. Not sure why anybody ever thought the
latter were better; maybe it had something to do with lack of
a better quoting convention, twenty-plus years ago?

Reassign a couple of high-numbered OIDs that were left in during
yesterday's mad rush to commit stuff of uncertain internal
temperature.

The latter requires a catversion bump, though the former wouldn't
since the end-result catalog data is unchanged.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4f85f66469594996584d50e6a940b5ba873aa713

Modified Files
--------------
src/include/catalog/catversion.h | 2 +-
src/include/catalog/pg_proc.dat | 4 ++--
src/include/catalog/pg_type.dat | 8 ++++----
src/include/catalog/pg_type.h | 2 +-
4 files changed, 8 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2018-04-08 20:26:04 Re: pgsql: Indexes with INCLUDE columns and their support in B-tree
Previous Message Tom Lane 2018-04-08 19:08:37 pgsql: Reduce worst-case shell command line length during "make install