]> granicus.if.org Git - postgresql/commit
Fix duplicate_oids and unused_oids so user needn't cd to catalog dir.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 26 Apr 2018 15:19:52 +0000 (11:19 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 26 Apr 2018 15:20:01 +0000 (11:20 -0400)
commitdd4cc9d7069c04d0ee8ae040511274c6e71b60f7
treeb22a5920278a670b1dccaad584e0ffe37a454cf4
parent1900365c1e769edd40e67eac2cfa026ef5226a36
Fix duplicate_oids and unused_oids so user needn't cd to catalog dir.

Previously, you had to cd into src/include/catalog before running either
of these scripts.  That's a bit tedious, so let's make the scripts do it
for you.

In passing, improve the initial comments in both scripts.  Also remove
unused_oids' code to complain about duplicate oids.  That was added in
yesterday's commit 5602265f7, but on second thought we shouldn't be
randomly redefining the script's behavior that way.

John Naylor and Tom Lane

Discussion: https://postgr.es/m/37D774E4-FE1F-437E-B3D2-593F314B7505@postgrespro.ru
src/include/catalog/duplicate_oids
src/include/catalog/unused_oids