pgsql: Fix pgindent --show-diff option.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix pgindent --show-diff option.
Date: 2023-01-23 18:51:16
Message-ID: E1pK1uW-0056tf-CZ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix pgindent --show-diff option.

At least on my machine, the initial coding of this didn't actually
work, because interpolation of "$post_fh->filename" doesn't act
as intended.

I threw in some double quotes too, just in case anybody tries
to run this in a path containing spaces.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/62e1e28bf76910ffe47ddbc5c1fade41e1a65dac

Modified Files
--------------
src/tools/pgindent/pgindent | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Dean Rasheed 2023-01-23 19:22:53 pgsql: Add non-decimal integer support to type numeric.
Previous Message Tom Lane 2023-01-23 18:33:27 pgsql: Remove special outfuncs/readfuncs handling of RangeVar.catalogna