pgsql: Move Cluster.pm initialization code to a more obvious place - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Move Cluster.pm initialization code to a more obvious place
Date
Msg-id E1sxSS1-002QTU-9O@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Move Cluster.pm initialization code to a more obvious place

Commit 460c0076e8 added some module intialization code to set signal
handlers. However, that code has now become somewhat buried, as later
commits added new subroutines. Therefore, move the initialization code
to the module's INIT block where it won't become obscured.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/70fea390cfa71c438998993bebfb584effd3e7df

Modified Files
--------------
src/test/perl/PostgreSQL/Test/Cluster.pm | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: libpq: Discard leading and trailing spaces for parameters and va
Next
From: Tom Lane
Date:
Subject: pgsql: Ignore not-yet-defined Portals in pg_cursors view.