pgsql: pg_dump: Add appropriate version check
Started by Peter Eisentraut4 months ago1 messagescomitters
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 <andrew@dunslane.net>
Reviewed-by: Junwang Zhao <zhjwpku@gmail.com>
Discussion: /messages/by-id/afe3f099-3271-4fc4-8e32-467b5309affb@dunslane.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(-)