[COMMITTERS] pgsql: psql: Fix \gx when FETCH_COUNT is used - Mailing list pgsql-committers

From Stephen Frost
Subject [COMMITTERS] pgsql: psql: Fix \gx when FETCH_COUNT is used
Date
Msg-id E1dkyd7-0004g4-Ck@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
psql: Fix \gx when FETCH_COUNT is used

Set expanded output when requested through \gx in ExecQueryUsingCursor()
(used when FETCH_COUNT is set).

Discussion: https://www.postgresql.org/message-id/CB7A53AA-5645-4BDD-AB07-4D22CD9D8FF1%40gmx.net
Author: Tobias Bussmann

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0cdc3e47bea442643c9870dc419364b9f2f52dcb

Modified Files
--------------
src/bin/psql/common.c              |  4 ++++
src/test/regress/expected/psql.out | 25 +++++++++++++++++++++++++
src/test/regress/sql/psql.sql      | 10 ++++++++++
3 files changed, 39 insertions(+)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: pg_upgrade: Remove dead code
Next
From: Andres Freund
Date:
Subject: [COMMITTERS] pgsql: Fix harmless thinko in dsa.c.