Re: [HACKERS] %2$, %1$ gettext placeholder replacement is not working under Win32

2005-01-17 Thread Fx
unix/win32 libc doesnt support "$n" variables.. On Mon, 17 Jan 2005 21:03:56 +0200, Nicolai Tufar <[EMAIL PROTECTED]> wrote: > Sorry for such a late submission. > > I just downloaded the latest postgresql-8.0.0-rc5-3.zip installer > for windows and it appears that Windows' printf() does not > su

[HACKERS] Fwd: How to change/replace an in-memory palloced tuple- tuple data

2004-09-21 Thread Fx
-- Forwarded message -- From: Fx <[EMAIL PROTECTED]> Date: Mon, 20 Sep 2004 14:32:09 -0300 Subject: How to change/replace an in-memory palloced tuple- tuple data To: [EMAIL PROTECTED] Hi there , i have this scenario : - postgresql 7.5 ( with modified

[HACKERS] How to change/replace an in-memory palloced tuple- tuple data

2004-09-20 Thread Fx
Hi there , i have this scenario : - postgresql 7.5 ( with modified heap_* functions to retrieve data from another dbms) - the tuple's data is allocated in memory via palloc (the tuple table slot and the heap tuple hold a pointer to the data and not to the buffer pages nor hard