Re: [PATCHES] Updated translation for Romanian (8.0)

2005-01-18 Thread Peter Eisentraut
Am Dienstag, 18. Januar 2005 01:51 schrieb Alin Vaida: Unfortunately, this is the best I can come with right now :( I'll try to be more productive for the next release (I hope it won't be too soon, though). Sorry, the release is already out. -- Peter Eisentraut

[PATCHES] Refactoring (was: transformExpr() refactor)

2005-01-18 Thread Manfred Koizar
On Tue, 18 Jan 2005 16:15:57 +1100, Neil Conway [EMAIL PROTECTED] wrote: 900 line functions are almost universally bad Amen. So you might be interested in reviewing http://archives.postgresql.org/pgsql-hackers/2004-06/msg00398.php ;-) Servus Manfred ---(end of

Re: [PATCHES] Refactoring (was: transformExpr() refactor)

2005-01-18 Thread Alvaro Herrera
On Tue, Jan 18, 2005 at 04:08:01PM +0100, Manfred Koizar wrote: On Tue, 18 Jan 2005 16:15:57 +1100, Neil Conway [EMAIL PROTECTED] wrote: 900 line functions are almost universally bad Amen. So you might be interested in reviewing

[PATCHES] test: pl/pgsql refcursors

2005-01-18 Thread Neil Conway
This patch adds some minimal regression tests for refcursors in PL/PgSQL (if someone wants to augment these with more, go right ahead). Barring any objections, I intend to apply this to HEAD before end of day. -Neil Index: src/test/regress/expected/plpgsql.out

Re: [PATCHES] dllist.c 0 - NULL

2005-01-18 Thread Neil Conway
On Sat, 2005-01-15 at 01:01 -0300, Alvaro Herrera wrote: This patches corrects the use of 0 as NULL in dllist.c, as reported by sparse. There are still other places to be corrected. Applied -- thanks. (Bruce, you can take this off the 8.1 patches queue.) -Neil

Re: [PATCHES] rtree: improve performance, tuple killing

2005-01-18 Thread Neil Conway
On Tue, 2005-01-18 at 16:43 +1100, Neil Conway wrote: Barring any objections, I intend to apply this patch tomorrow. Applied. -Neil ---(end of broadcast)--- TIP 3: if posting/reading through Usenet, please send an appropriate

[PATCHES] FAQ 4.4: it's should be its

2005-01-18 Thread Michael Fuhr
FAQ 4.4 is How do you remove a column from a table, or change it's data type? The possessive pronoun its doesn't have an apostrophe. -- Michael Fuhr http://www.fuhr.org/~mfuhr/ Index: doc/src/FAQ/FAQ.html === RCS file:

Re: [PATCHES] FAQ 4.4: it's should be its

2005-01-18 Thread Bruce Momjian
Fixed in both branches. Thanks. --- Michael Fuhr wrote: FAQ 4.4 is How do you remove a column from a table, or change it's data type? The possessive pronoun its doesn't have an apostrophe. -- Michael Fuhr

Re: [PATCHES] test: pl/pgsql refcursors

2005-01-18 Thread Neil Conway
On Wed, 2005-01-19 at 09:55 +1100, Neil Conway wrote: This patch adds some minimal regression tests for refcursors in PL/PgSQL (if someone wants to augment these with more, go right ahead). Applied. -Neil ---(end of broadcast)--- TIP 3: if

Re: [PATCHES] patches for OS/2 port

2005-01-18 Thread Tom Lane
[EMAIL PROTECTED] writes: The attached zip file (os2port.zip) contains an os2.diff file that has all the patches for the os/2 port and a file os2newfiles.zip file that has the additional files required for the port. [ 130k diff snipped ] We were willing to tolerate a port this invasive for

Re: [PATCHES] transformExpr() refactor

2005-01-18 Thread Neil Conway
On Tue, 2005-01-18 at 00:54 -0500, Tom Lane wrote: I won't stand in the way of you doing this Attached is a revised patch. Barring any objections, I intend to apply this sometime tomorrow. -Neil Index: src/backend/parser/parse_expr.c