]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix typo in pg_dumpall role comments fix
authorDaniel Gustafsson <dgustafsson@postgresql.org>
Fri, 22 Mar 2024 00:01:30 +0000 (01:01 +0100)
committerDaniel Gustafsson <dgustafsson@postgresql.org>
Fri, 22 Mar 2024 00:01:30 +0000 (01:01 +0100)
commitd5c6affb85b821ba8847fe61a220be316e2b8552
tree4ab5bc9e80c4687561ce9f422db6544cda4846d1
parentaffc46b76d50a42c44ae1322545769eceaa509c6
Fix typo in pg_dumpall role comments fix

Some last minute polish of the patch managed to break the SQL
query for extracting the role comments due to fat-fingering.

Per the buildfarm Xversion tests.
src/bin/pg_dump/pg_dumpall.c