pg_dump: Fix dumping of slot_name = NONE It previously wrote out slot_name = '', which was incorrect.
Reported-by: Masahiko Sawada <[email protected]> Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/157239d2cdad8fdc19afc13269c852dbddbe290b Modified Files -------------- src/bin/pg_dump/pg_dump.c | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
