pgsql: Fix typo in tab-complete.c - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Fix typo in tab-complete.c
Date
Msg-id E1m8ywq-0002wY-6X@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Add some missing exit() calls in error paths for various binarie
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Add -w back to the flags for pg_ctl (re)start in PostgresNode