From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Fix duplicate_oids and unused_oids so user needn't cd to catalog |
Date: | 2018-04-26 15:20:21 |
Message-ID: | E1fBih3-00061a-I2@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
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
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/dd4cc9d7069c04d0ee8ae040511274c6e71b60f7
Modified Files
--------------
src/include/catalog/duplicate_oids | 26 +++++++++++++++++++++++---
src/include/catalog/unused_oids | 36 +++++++++++++++++++-----------------
2 files changed, 42 insertions(+), 20 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2018-04-26 17:22:36 | pgsql: Avoid parsing catalog data twice during BKI file construction. |
Previous Message | Bruce Momjian | 2018-04-26 15:10:57 | pgsql: docs: remove "III" version text from pgAdmin link |