pgsql: Fix typo in tab-complete.c

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix typo in tab-complete.c
Date: 2021-07-29 05:51:12
Message-ID: E1m8ywq-0002wY-6X@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typo in tab-complete.c

Introduced in b048326.

Reported-by: Jeff Davis
Discussion: https://postgr.es/m/10785e3e9456a5d761164d3e60d9c4981b80e321.camel@j-davis.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/15c6ede04577f856f702bf0a032297de667f382a

Modified Files
--------------
src/bin/psql/tab-complete.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2021-07-29 10:01:01 pgsql: Add -w back to the flags for pg_ctl (re)start in PostgresNode
Previous Message Michael Paquier 2021-07-29 02:44:34 pgsql: Add some missing exit() calls in error paths for various binarie