Magnus Hagander wrote: > On Tue, Jan 30, 2007 at 11:45:24AM -0500, Tom Lane wrote: >> Magnus Hagander <[EMAIL PROTECTED]> writes: >>> But I guess maybe the added check has to be not just (!syslogger_started) >>> but (!syslogger_started && is_postmaster)? >> That would at least get you out of the problem of having to transmit the >> syslogger_started flag to the backends... > > Here's a patch that does just this.
Since nobody complained and it passed all my tests, I've gone ahead and applied this patch to head and back-patched to 8.1 and 8.2. //Magnus ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match