pgsql: Silence Perl warning - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Silence Perl warning
Date
Msg-id E1jO8zM-0002mD-Lw@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Silence Perl warning

Now that warnings are enabled across the board, this code that tries to
print an undef variable emits one.  Silently printing the empty string
achieves the previous behavior.

Author: Álvaro Herrera <alvherre@alvh.no-ip.org>
Reviewed-by: Andrew Dunstan <andrew.dunstan@2ndquadrant.com>
Discussion: https://postgr.es/m/E1jO1VT-0008Qk-TM@gemulon.postgresql.org

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/mk_feature_tables.pl | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Peter Geoghegan
Date:
Subject: pgsql: Harmonize nbtree page split point code.
Next
From: Noah Misch
Date:
Subject: pgsql: Add a wait_for_catchup() before immediate stop of a test master.