Re: controlling psql's use of the pager a bit more - Mailing list pgsql-hackers

From Tom Lane
Subject Re: controlling psql's use of the pager a bit more
Date
Msg-id 7465.1427382634@sss.pgh.pa.us
Whole thread Raw
In response to Re: controlling psql's use of the pager a bit more  (Andres Freund <andres@2ndquadrant.com>)
Responses Re: controlling psql's use of the pager a bit more  (Andrew Dunstan <andrew@dunslane.net>)
Re: controlling psql's use of the pager a bit more  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
Andres Freund <andres@2ndquadrant.com> writes:
> Without having actually tried it, it looks clean enough to me. If
> there's more pager options we might at some point introduce a pager
> options struct instead adding more options to PageOutput. But for now it
> seems ok enough.

My reaction is that now would be the time to do that, really.  This is
messing up the argument lists of what seems like a whole lot of functions,
and I have little faith that this is the last argument we'll need to add.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Error with index on unlogged table
Next
From: Tom Lane
Date:
Subject: Re: Re: [COMMITTERS] pgsql: Add macros wrapping all usage of gcc's __attribute__.