pgsql: Improve tab-completion for ALTER INDEX RESET/SET. - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: Improve tab-completion for ALTER INDEX RESET/SET.
Date
Msg-id E1ernlB-00035Y-Mv@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Improve tab-completion for ALTER INDEX RESET/SET.

Author: Masahiko Sawada
Discussion: https://postgr.es/m/CAD21AoDSGfB0G4egOy2UvBT=uihojuh-syxgSipj+XNkpWdVzQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2b8c94e1b4a86907fceef87840c32d3703f7e161

Modified Files
--------------
src/bin/psql/tab-complete.c | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Make gistvacuumcleanup() count the actual number of indextuples
Next
From: Robert Haas
Date:
Subject: pgsql: shm_mq: Reduce spinlock usage.