Re: 7.4RC2 regression failur and not running stats collector process - Mailing list pgsql-hackers

From Tom Lane
Subject Re: 7.4RC2 regression failur and not running stats collector process
Date
Msg-id 3228.1068836477@sss.pgh.pa.us
Whole thread Raw
In response to Re: 7.4RC2 regression failur and not running stats collector process  (Kurt Roeckx <Q@ping.be>)
Responses Re: [CORE] 7.4RC2 regression failur and not running stats collector process
Re: 7.4RC2 regression failur and not running stats collector
List pgsql-hackers
Kurt Roeckx <Q@ping.be> writes:
> So the for loop over the addresses that are returned should go
> over both socket() and bind() instead of only socket().  And
> probably connect() too.
> The code now assumes if you create a socket of a certain type you
> can actually use it.

Ah, light dawns... the postmaster socket code does this correctly,
but pgstat.c doesn't.

Too bad we didn't figure this out yesterday.  We are now in code freeze
for 7.4 release, and I'm hesitant to apply a fix for what is arguably a
broken platform.  Core guys, time for a vote ... do we fix, or hold this
for 7.4.1?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: [PATCHES] ALTER TABLE modifications
Next
From: Josh Berkus
Date:
Subject: Re: [CORE] 7.4RC2 regression failur and not running stats collector process