projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88aa4a0
)
Unify gratuitously different error messages
author
Peter Eisentraut
Tue, 5 Sep 2023 09:36:55 +0000
(11:36 +0200)
committer
Peter Eisentraut
Tue, 5 Sep 2023 09:36:55 +0000
(11:36 +0200)
Fixup for commit
37188cea0c
.
src/bin/pg_dump/pg_dump.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_dump/pg_dump.c
b/src/bin/pg_dump/pg_dump.c
index cb6d8d1bb094f1218f83bef475e53b10398583b7..5e7317bd7a3c472fdcec7ca1b6607ff5b8a9ae2c 100644
(file)
--- a/
src/bin/pg_dump/pg_dump.c
+++ b/
src/bin/pg_dump/pg_dump.c
@@
-13343,7
+13343,7
@@
dumpCollation(Archive *fout, const CollInfo *collinfo)
}
}
else
- pg_fatal("unrecognized collation provider
'%c'", collprovider[0]
);
+ pg_fatal("unrecognized collation provider
: %s", collprovider
);
/*
* For binary upgrade, carry over the collation version. For normal