pgsql: psql: Tab completion for CHECKPOINT FLUSH_UNLOGGED boolean optio - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: psql: Tab completion for CHECKPOINT FLUSH_UNLOGGED boolean optio
Date
Msg-id E1wRSSY-0012Qb-1L@gemulon.postgresql.org
Whole thread
List pgsql-committers
psql: Tab completion for CHECKPOINT FLUSH_UNLOGGED boolean options

Tab completion for CHECKPOINT options contained FLUSH_UNLOGGED, but
the boolean value was not part of the completion.  Fix to make this
consistent with other boolean values.

Author: Chao Li <lic@highgo.com>
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Discussion: https://postgr.es/m/4855807D-F1CA-44E6-9B58-406691832848@gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7e5d8bd013e1fa3502d58de399815dedb81807c6

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


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Fix size check in statext_dependencies_deserialize()
Next
From: Fujii Masao
Date:
Subject: pgsql: postgres_fdw: Give user mapping precedence for use_scram_passthr