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)
commit6ebd4372550a08c286ad08da4e39c6571bb07e10
tree7a9c0c47423fa01d7c884a4579c3c420503674c0
parentbe01c8c3450e48fbe8baa13625e1d36e0814c29b
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