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 <[email protected]> Reviewed-by: Daniel Gustafsson <[email protected]> Discussion: https://postgr.es/m/[email protected] 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(+)
