]> granicus.if.org Git - postgresql/commit
Cosmetic cleanups in initial catalog data.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 8 Apr 2018 19:55:49 +0000 (15:55 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 8 Apr 2018 19:55:49 +0000 (15:55 -0400)
commit4f85f66469594996584d50e6a940b5ba873aa713
treea22b5181bf8386adebcc07d1f7b3303027dc4c90
parentcca563f38422f2a7c6c56f162efe2689bf1c7697
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.
src/include/catalog/catversion.h
src/include/catalog/pg_proc.dat
src/include/catalog/pg_type.dat
src/include/catalog/pg_type.h