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:06:31
Message-ID: E1rnSQZ-0050zE-7Y@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_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/82c2192d9c866c965dc0e2b17df36ee3fbe26a8e

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 Amit Langote 2024-03-22 03:04:24 pgsql: Avoid splitting errmsg string to span multiple lines
Previous Message Daniel Gustafsson 2024-03-22 00:05:29 pgsql: Fix typo in pg_dumpall role comments fix