pgsql: Fix typo in comment

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix typo in comment
Date: 2020-09-02 00:45:10
Message-ID: E1kDGti-0002y9-Pi@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typo in comment

Introduced by 8b08f7d4820f; backpatch to 11.

Discussion: https://postgr.es/m/20200812214918.GA30353@alvherre.pgsql

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/05c16b827f3ae66ec718e9af49e4d96906fa2ffb

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

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2020-09-02 01:56:29 pgsql: Avoid unnecessary acquisition of SyncRepLock in transaction comm
Previous Message Michael Paquier 2020-09-02 00:09:40 pgsql: Improve handling of dropped relations for REINDEX DATABASE/SCHEM