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 <[email protected]> Reviewed-by: Andrew Dunstan <[email protected]> Discussion: https://postgr.es/m/[email protected] 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(-)
