diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2024-05-09 13:31:22 +0200 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2024-05-09 13:31:22 +0200 |
commit | 21ac38f498b33f0231842238b83847ec63dfe07b (patch) | |
tree | bb65b9e4b3cc879aa976615f5217fcfeb76ccd53 /src/bin/pg_dump/common.c | |
parent | e305f71565e203e08e47d7094082188f5737317f (diff) |
Fix inconsistencies in error messages
Reported by Kyotaro Horiguchi
Also some comments mentioning wrong version numbers, spotted by Justin
Pryzby.
Discussion: https://postgr.es/m/20240507.171724.750916195320223609.horikyota.ntt@gmail.com
Discussion: https://postgr.es/m/Zh0aAH7tbZb-9HbC@pryzbyj2023
Diffstat (limited to 'src/bin/pg_dump/common.c')
-rw-r--r-- | src/bin/pg_dump/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_dump/common.c b/src/bin/pg_dump/common.c index c7dd0b11fd2..ba53c66098a 100644 --- a/src/bin/pg_dump/common.c +++ b/src/bin/pg_dump/common.c @@ -478,7 +478,7 @@ flagInhIndexes(Archive *fout, TableInfo tblinfo[], int numTables) * What we need to do here is: * * - Detect child columns that inherit NOT NULL bits from their parents, so - * that we needn't specify that again for the child. (Versions >= 16 no + * that we needn't specify that again for the child. (Versions >= 17 no * longer need this.) * * - Detect child columns that have DEFAULT NULL when their parents had some |