pgsql: Fix typo in pg_dumpall role comments fix - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: Fix typo in pg_dumpall role comments fix
Date
Msg-id E1rnSOX-0050xg-61@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/6ebd4372550a08c286ad08da4e39c6571bb07e10

Modified Files
--------------
src/bin/pg_dump/pg_dumpall.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: pgsql: Fix dumping role comments when using --no-role-passwords
Next
From: Daniel Gustafsson
Date:
Subject: pgsql: Fix typo in pg_dumpall role comments fix