Re: [HACKERS] One-shot expanded output in psql using \gx - Mailing list pgsql-hackers

From Stephen Frost
Subject Re: [HACKERS] One-shot expanded output in psql using \gx
Date
Msg-id 20170824202223.GT4628@tamriel.snowman.net
Whole thread Raw
In response to Re: [HACKERS] One-shot expanded output in psql using \gx  (Noah Misch <noah@leadboat.com>)
List pgsql-hackers
* Noah Misch (noah@leadboat.com) wrote:
> On Tue, Aug 15, 2017 at 10:24:34PM +0200, Tobias Bussmann wrote:
> > I've tested the new \gx against 10beta and current git HEAD. Actually one of my favourite features of PostgreSQL
10!However in my environment it was behaving strangely. After some debugging I found that \gx does not work if you have
\setFETCH_COUNT n before. Please find attached a patch that fixes this incl. new regression test.
 

Fixed in 0cdc3e4.

Thanks for the report!

Stephen

pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: [HACKERS] Proposal: global index
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] taking stdbool.h into use