Re: [PATCHES] Default location for docbook stylesheets in Gentoo

2007-08-08 Thread Tom Lane
"Brendan Jurd" <[EMAIL PROTECTED]> writes: > New (context) diff attached. The actual change is in > config/docbook.m4, not configure.in. Much better. Committed in HEAD and REL8_2 (I suppose Gentoo weenies won't be interested in anything older ;-)) regards, tom lane

Re: [PATCHES] strpos() && KMP

2007-08-08 Thread Tom Lane
Pavel Ajtkulov <[EMAIL PROTECTED]> writes: > Tom Lane writes: >> The difficulty with B-M is the need for a table indexed by character >> code, which at first glance looks impractical for wchars. But it seems >> to me that we could use "wchar % 256" as the table index, meaning that >> wchars with t

Re: [PATCHES] Default location for docbook stylesheets in Gentoo

2007-08-08 Thread Brendan Jurd
On 8/9/07, Neil Conway <[EMAIL PROTECTED]> wrote: > FYI, patches should typically be submitted as context diffs. For the > specific case of configure, you should submit patches against the source > file (configure.in), not the generated file (configure). Apologies. I haven't done much dev involvi

Re: [PATCHES] strpos() && KMP

2007-08-08 Thread Pavel Ajtkulov
Tom Lane writes: > I wonder why you didn't propose Boyer-Moore instead, as that would have > some advantage for natural language text as well. > The difficulty with B-M is the need for a table indexed by character > code, which at first glance looks impractical for wchars. But it seems > to me t

Re: [PATCHES] Default location for docbook stylesheets in Gentoo

2007-08-08 Thread Peter Eisentraut
Brendan Jurd wrote: > This patch adds the default location for the DocBook DSSSL > stylesheets in gentoo's package system to the configure script. Uh, could you please send a diff with -u or -c, so we know where to put the change? -- Peter Eisentraut http://developer.postgresql.org/~petere/ --

Re: [PATCHES] Default location for docbook stylesheets in Gentoo

2007-08-08 Thread Neil Conway
On Thu, 2007-08-09 at 04:08 +1000, Brendan Jurd wrote: > This patch adds the default location for the DocBook DSSSL stylesheets > in gentoo's package system to the configure script. FYI, patches should typically be submitted as context diffs. For the specific case of configure, you should submit p

[PATCHES] Default location for docbook stylesheets in Gentoo

2007-08-08 Thread Brendan Jurd
This patch adds the default location for the DocBook DSSSL stylesheets in gentoo's package system to the configure script. The package in question is app-text/docbook-dsssl-stylesheets. I'll understand if we don't want to include the location for every single distribution under the sun, but figur

Re: [PATCHES] Memory leak in nodeAgg

2007-08-08 Thread Neil Conway
On Mon, 2007-08-06 at 14:21 -0700, Neil Conway wrote: > Attached is a patch that fixes a gradual memory leak in ExecReScanAgg(), > when the AGG_HASHED strategy is used Applied to HEAD, and backpatched back to 7.4. -Neil ---(end of broadcast)--- T

Re: [PATCHES] further WIP for COPYable logs

2007-08-08 Thread Andrew Dunstan
Here's my latest WIP patch for COPYable CSV logs. I think I addresses all (or most :-) ) of the concerns Dave and Tom had. It's a whole lot simpler than before (no extra pipe). I have not yet tested this on Windows, but given that it now contains almost no Windows-specific code I'm not so