]> granicus.if.org Git - postgresql/commit
Tweak reformat_dat_file.pl to make it more easily hand-invokable.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 28 Apr 2018 20:09:03 +0000 (16:09 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 28 Apr 2018 20:09:03 +0000 (16:09 -0400)
commit84549ebd4c4d1941006056cfb2455a4983fb15a2
tree8a5f2850455f1be06b020508f50a8ef210185092
parent45c6d75f8cd2399181063b4e0ec11c2664ebeda6
Tweak reformat_dat_file.pl to make it more easily hand-invokable.

Use the same code we already applied in duplicate_oids and unused_oids
to let this script find Catalog.pm without help.  This removes the need
to supply a -I switch in most cases.

Also, mark the script executable, again to follow the precedent of
duplicate_oids and unused_oids.  Now you can just do
"./reformat_dat_file.pl pg_proc.dat"
if you want to reformat only one or a few .dat files rather than all.

It'd be possible to remove the -I switches in the Makefile's convenience
targets, but I chose to leave them: they don't hurt anything, and it's
possible that in weird VPATH situations they might be of value.
doc/src/sgml/bki.sgml
src/include/catalog/reformat_dat_file.pl [changed mode: 0644->0755]