pgsql: Make eval statement naturally proof against perltidy - Mailing list pgsql-committers

From John Naylor
Subject pgsql: Make eval statement naturally proof against perltidy
Date
Msg-id E1oXbj4-002Xgx-CM@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Make eval statement naturally proof against perltidy

This is a bit less verbose than adding an exception. Rewrite
the other eval statement in Catalog.pm as well, just for
the sake of consistency.

Idea from Andrew Dunstan
Discussion:
https://www.postgresql.org/message-id/CAD5tBc%2BzRhuWn_S4ayH2sWKe60FQu1guTTokDFS3YMOeSrsozA%40mail.gmail.com

Branch
------
master

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

Modified Files
--------------
src/backend/catalog/Catalog.pm | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Replace loading of ldap_start_tls_sA() by direct function call
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Assorted examples of expanded type-safer palloc/pg_malloc API