pg_dump: Add appropriate version check Some code added by commit 2f094e7ac69 needs to be behind a version check so that it is not run against older databases.
Author: Andrew Dunstan <[email protected]> Reviewed-by: Junwang Zhao <[email protected]> Discussion: https://www.postgresql.org/message-id/afe3f099-3271-4fc4-8e32-467b5309affb%40dunslane.net Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/182cdf5aeaf7b34a288a135d66f2893dc288a24e Modified Files -------------- src/bin/pg_dump/pg_dump.c | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-)
