[PATCHES] contrib/ltree Readme operator name

2004-01-25 Thread Kris Jurka
contrib/ltree's readme has = instead of = as the operator name for greater than or equal to. Kris Jurka Index: contrib/ltree/README.ltree === RCS file: /projects/cvsroot/pgsql-server/contrib/ltree/README.ltree,v retrieving revision

Re: [PATCHES] appendStringInfoString() micro-opt

2004-01-25 Thread Tom Lane
Neil Conway [EMAIL PROTECTED] writes: This patch replaces a bunch of call sites of appendStringInfo() with appendStringInfoString(). I doubt this saves enough cycles to be worth doing, but if it floats your boat ... When I'm tempted to make a dubious micro-optimization, I always ask myself is

[PATCHES] Win32 signals patch

2004-01-25 Thread Magnus Hagander
Here's the latest win32 signals code, this time in the form of a patch against the latest shapshot. It also includes the replacement of kill() with pqkill() and sigsetmask() with pqsigsetmask(). Passes all tests fine on my linux machine once applied. Still doesn't link completely on Win32 - there

Re: [PATCHES] next draft of list rewrite

2004-01-25 Thread Tom Lane
Neil Conway [EMAIL PROTECTED] writes: I've attached the latest header and implementation files (pg_list.h and list.c, respectively) for the new linked list implementation. I'm pretty satisfied with the new API: now would be the ideal time to suggest any changes you think I should make to it. I