Re: Change Request: \pset pager off in pg_dumpall - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Change Request: \pset pager off in pg_dumpall
Date
Msg-id 6792.1060888325@sss.pgh.pa.us
Whole thread Raw
In response to Re: Change Request: \pset pager off in pg_dumpall  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane <tgl@sss.pgh.pa.us> writes:
> Larry Rosenman <ler@lerctr.org> writes:
>> It seems to be new with 7.4cvs. (dunno about earlier 7.4), but it definitely
>> did NOT happen with 7.3.x

> Hmph.  There have been some changes in 7.4 psql's pager support, but I
> can't see anything there that looks like it would cause this.

Turns out someone moved PageOutput() from one file to another, and
didn't move all the supporting #includes.  On your machine, TIOCGWINSZ
was coming up undefined, thus disabling the check for does-output-fit-
on-a-page.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: 7.4beta1 build problem on unixware
Next
From: Carlos Guzman Alvarez
Date:
Subject: Re: SSL Connection / Windows + Cygwin + PostgreSQL 7.4