Thread: pgsql: Silence Perl warning

pgsql: Silence Perl warning

From
Alvaro Herrera
Date:
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(-)