pgsql: Fix typo in pg_dumpall.c

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix typo in pg_dumpall.c
Date: 2022-01-17 07:04:49
Message-ID: E1n9M4P-0008Ts-RV@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typo in pg_dumpall.c

Oversight in 2158628.

Reported-by: Justin Pryzby
Discussion: https://postgr.es/m/20220117062006.GY14051@telsasoft.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ca86a63d207aca1f52ff13a1ce13854681d1bbf9

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 Peter Eisentraut 2022-01-17 09:43:39 pgsql: Add Boolean node
Previous Message Michael Paquier 2022-01-17 07:02:34 Re: pgsql: Test replay of regression tests, attempt II.