pgsql: perltidy: Don't write backup files - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: perltidy: Don't write backup files
Date
Msg-id E1fC5n6-00021P-NZ@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
perltidy: Don't write backup files

Newer perltidy versions can just avoid writing backup files, so we don't
need the old dance of deleting them afterwards.  Supported since 20120619.

https://metacpan.org/source/SHANCOCK/Perl-Tidy-20120619/CHANGES#L61

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a2ada08d4c0afa2d1f678ba7fb03ccc065f3a57b

Modified Files
--------------
src/tools/pgindent/perltidyrc | 1 +
src/tools/pgindent/pgperltidy | 3 ---
2 files changed, 1 insertion(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Remove outdated comment on how to set logtape's read buffersize
Next
From: Tom Lane
Date:
Subject: pgsql: Adjust hints and docs to suggest CREATE EXTENSION not CREATELAN