Remove reachable call to pg_unreachable(). The loop just before this uses break, not return, so this line is reachable. Commit cafe1056558fe07cdc52b95205588fcd80870362 introduced this issue.
Jelte Fennema-Nio, reviewed by Tristan Partin Discussion: http://postgr.es/m/cageczqto72jked5461w8cytv2msh_e+wuzjoyx_ruqcbjk4...@mail.gmail.com Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/12b964d7815b2f45fa3fc37264d3d1cb8e4562e3 Modified Files -------------- src/bin/psql/command.c | 2 -- 1 file changed, 2 deletions(-)