pgsql: Make eval statement naturally proof against perltidy

From: John Naylor <john(dot)naylor(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Make eval statement naturally proof against perltidy
Date: 2022-09-12 05:11:18
Message-ID: E1oXbj4-002Xgx-CM@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2022-09-12 06:53:03 pgsql: Expand palloc/pg_malloc API for more type safety
Previous Message Michael Paquier 2022-09-12 00:07:23 pgsql: Replace loading of ldap_start_tls_sA() by direct function call