pgsql: psql: Tab completion for CHECKPOINT FLUSH_UNLOGGED boolean optio

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: psql: Tab completion for CHECKPOINT FLUSH_UNLOGGED boolean optio
Date: 2026-05-25 10:22:58
Message-ID: E1wRSSY-0012Qb-1L@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(at)highgo(dot)com>
Reviewed-by: Daniel Gustafsson <daniel(at)yesql(dot)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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2026-05-25 15:48:04 pgsql: postgres_fdw: Give user mapping precedence for use_scram_passthr
Previous Message Alexander Korotkov 2026-05-25 08:59:35 pgsql: Reject degenerate SPLIT PARTITION with DEFAULT partition