pgsql: Fix typo in pg_dumpall role comments fix

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix typo in pg_dumpall role comments fix
Date: 2024-03-22 00:04:25
Message-ID: E1rnSOX-0050xg-61@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2024-03-22 00:05:29 pgsql: Fix typo in pg_dumpall role comments fix
Previous Message Daniel Gustafsson 2024-03-21 22:34:39 pgsql: Fix dumping role comments when using --no-role-passwords