pgsql: psql: Tweak xheader_width and pager_min_lines input parsing

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: psql: Tweak xheader_width and pager_min_lines input parsing
Date: 2023-05-19 18:21:40
Message-ID: E1q04jV-000iOU-5J@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

psql: Tweak xheader_width and pager_min_lines input parsing

Don't throw away the previous value when an invalid value is proposed.

Discussion: https://postgr.es/m/20230519110205.updpbjiuqgbox6gp@alvherre.pgsql

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ed7e686a031e5b9469e0813af2f513dfdd77560b

Modified Files
--------------
src/bin/psql/command.c | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2023-05-19 18:27:32 pgsql: Fix misbehavior of EvalPlanQual checks with multiple result rela
Previous Message Peter Eisentraut 2023-05-19 16:49:13 pgsql: Message style improvements