Re: Change Request: \pset pager off in pg_dumpall

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Larry Rosenman <ler(at)lerctr(dot)org>
Cc: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Change Request: \pset pager off in pg_dumpall
Date: 2003-08-14 19:12:05
Message-ID: 6792.1060888325@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> writes:
> Larry Rosenman <ler(at)lerctr(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-08-14 19:15:00 Re: 7.4beta1 build problem on unixware
Previous Message Peter Childs 2003-08-14 18:51:42 7.4Beta