Re: [PATCHES] win codepages 1253, 1254, 1255, 1257 and cleanup

2006-02-24 Thread Peter Eisentraut
Am Montag, 20. Februar 2006 23:58 schrieb Kris Jurka: > The Makefile was invoking perl scripts as ./script.pl. This fails when > the script is not executable as UCS_to_most.pl is in CVS. It also won't > pick up any custom setting of the perl version/location to use. This > patch calls perl scrip

Re: [PATCHES] constant too large in port/gettimeofday

2006-02-24 Thread Bruce Momjian
Your patch has been added to the PostgreSQL unapplied patches list at: http://momjian.postgresql.org/cgi-bin/pgpatches It will be applied as soon as one of the PostgreSQL committers reviews and approves it. --- Kr

Re: [PATCHES] [HACKERS] Patch Submission Guidelines

2006-02-24 Thread Bruce Momjian
Tom Lane wrote: > > ! The patch should be generated in contextual diff format and > > should > > ! be applicable from the root directory. If you are unfamiliar > > with > > ! this, you might find the script > > src/tools/makediff/difforig > > ! useful.

Re: [PATCHES] [HACKERS] Patch Submission Guidelines

2006-02-24 Thread Bruce Momjian
Tom Lane wrote: > Robert Treat <[EMAIL PROTECTED]> writes: > > On Thursday 16 February 2006 00:27, Tom Lane wrote: > >> * avoid unnecessary whitespace changes. They just distract the > >> reviewer, and your formatting changes will probably not survive > >> the next pgindent run anyway. > > > woul

Re: [PATCHES] memset using long instead of int32

2006-02-24 Thread Bruce Momjian
Peter Eisentraut wrote: > ITAGAKI Takahiro wrote: > > Attached is a patch that changes memset to use 'long' instead of > > 'int32'. > > Your patch has been installed. Thanks. Actually, Tom wanted to test this patch because he was concerned that the new _long_ alignment requirements meant that on

[PATCHES] 2 line patch to allow plpythonu functions to return void ...

2006-02-24 Thread James Robinson
Shamelessly cloned from the parallel code in pltcl, an exception for void in denying pseudotypes being returned. Pl/tcl didn't reference VOIDOID anywhere else, so ... . Allowed following trivial test function to succeed: create or replace function set_gd(int) returns void as $$ GD['g