Re: Fix for "q" with psql display paging dumps out of psql - Mailing list pgsql-hackers

From jseymour@linxnet.com (Jim Seymour)
Subject Re: Fix for "q" with psql display paging dumps out of psql
Date
Msg-id 20041202235339.40F4F4313@jimsun.linxnet.com
Whole thread Raw
In response to Re: Fix for "q" with psql display paging dumps out of psql  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane <tgl@sss.pgh.pa.us> wrote:
> 
> jseymour@linxnet.com (Jim Seymour) writes:
> > I'm kind of wondering if anybody on the dev team noticed this and
> > what, if anything, they planned to do with it?
> 
> Can we make it "#ifdef SOLARIS7" somehow?  I'm uneager to put a
> performance penalty on every platform because of an admittedly
> broken signal implementation on one.

I don't have a problem with #ifdef'ing it in/out.  But will an extra
pqsignal() call at that point would incur an appreciable performance
penalty?

> 
> Also, you didn't explain what changed between 7.4.2 and 7.4.6 to
> make this necessary when it wasn't before.

That would involve extensive slogging though the code, identifying all
the changes made between 7.4.2 and who-knows-what-version (the problem
exists with 7.4.5, as well) and working-out their impact.

Yeah, it's a kludgy fix.  I certainly won't be offended if you don't
care to address this problem--particularly if you don't care to use
that fix.

Jim 


pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: 8.0RC1 tomorrow
Next
From: "Zeugswetter Andreas DAZ SD"
Date:
Subject: Re: [PATCHES] Open Items