pgsql: Silence Perl warning

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Silence Perl warning
Дата
Msg-id E1jO8zM-0002mD-Lw@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: pgsql: Harmonize nbtree page split point code.
Следующее
От: Noah Misch
Дата:
Сообщение: pgsql: Add a wait_for_catchup() before immediate stop of a test master.