[PATCHES] Increased error verbosity when querying row-returning functions

2005-01-11 Thread Brendan Jurd
This patch to src/backend/executor/nodeFunctionscan.c is intended to make life a little easier for people using row-returning functions, by increasing the level of detail in the error messages thrown when tupledesc_match fails. Cheers BJ Index: src/backend/executor/nodeFunctionscan.c =

Re: [PATCHES] Increased error verbosity when querying row-returning

2005-01-11 Thread Brendan Jurd
Alvaro Herrera wrote: On Wed, Jan 12, 2005 at 09:23:26AM +1100, Brendan Jurd wrote: This patch to src/backend/executor/nodeFunctionscan.c is intended to make life a little easier for people using row-returning functions, by increasing the level of detail in the error messages thrown when

Re: [PATCHES] Increased error verbosity when querying row-returning

2005-01-16 Thread Brendan Jurd
Brendan Jurd wrote: Alvaro Herrera wrote: On Wed, Jan 12, 2005 at 09:23:26AM +1100, Brendan Jurd wrote: This patch to src/backend/executor/nodeFunctionscan.c is intended to make life a little easier for people using row-returning functions, by increasing the level of detail in the error

Re: [PATCHES] Increased error verbosity when querying row-returning

2005-01-16 Thread Brendan Jurd
Tom Lane wrote: Brendan Jurd <[EMAIL PROTECTED]> writes: Thanks Alvaro, changes made and new patch attached. I submitted this patch about 5 days ago and I haven't heard anything since. I don't wish to be rude, but I'm not familiar with the pgsql-patches etiquet

Re: [PATCHES] gettime() - a timeofday() alternative

2005-08-08 Thread Brendan Jurd
On 8/7/05, Brendan Jurd <[EMAIL PROTECTED]> wrote: > Hi all, > > I propose to add an internal function gettime() that transparently > returns the current system time, as a timestamptz with maximum > precision. > Here's the patch. The changes to pg_proc.h, ti