Re: [PATCHES] TODO Item - Return compressed length of TOAST datatypes

2005-06-19 Thread Mark Kirkwood
The next iteration - Hopefully I have got the idea basically right. I wonder if I have done the am I a varlena the long way.., pls advise if so! Cheers Mark Tom Lane wrote: My recollection of that discussion is that we just wanted something that would return the actual VARSIZE() of the

Re: [PATCHES] win32/MSVC fix for libpq

2005-06-19 Thread Bruce Momjian
OK, applied. I had to use \# in: echo \#define SYSCONFDIR pg_config_paths.h so that bcc wouldn't consider the # to be a comment, but it seems MSVC doesn't have that issue, and in fact has a problem with it. I modified the psql/win32.mak too to remove the \# and use just #.

Re: [PATCHES] Python setof patch

2005-06-19 Thread Michael Fuhr
On Wed, Jun 15, 2005 at 03:03:46PM +0200, Gerrit van Dyk wrote: My next project I am working in is to get the PL/Python module to return records (ie. structured data) Hmmm...if you're interested in working on PL/Python, then you might mosey over to pgsql-hackers and see the process crash

[PATCHES] code cleanup for tz

2005-06-19 Thread Neil Conway
This patch makes various cosmetic improvements to the timezone code: remove the use of the register qualifier, make some function declaration syntax a bit more consistent, etc. I'll apply this later today, barring any objections. -Neil Index: src/timezone/ialloc.c