[PATCHES] next draft of list rewrite

2004-01-24 Thread Neil Conway
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 decided to use a new naming convention: al

[PATCHES] appendStringInfoString() micro-opt

2004-01-24 Thread Neil Conway
This patch replaces a bunch of call sites of appendStringInfo() with appendStringInfoString(). (For those without the code in front of you, the difference between these two functions is that the former takes a sprintf-style format string and a variable list of arguments, whereas the latter just tak

Re: [PATCHES] Show function parameter names in information schema

2004-01-24 Thread Tom Lane
Dennis Bjorklund <[EMAIL PROTECTED]> writes: > This small patch updates the information schema to show function parameter > names when they exist. Looks good, applied. regards, tom lane ---(end of broadcast)--- TIP 8: explai

Re: [PATCHES] pltcl - "Cache lookup for attribute" error - version 2

2004-01-24 Thread Tom Lane
I wrote: > Patrick Samson <[EMAIL PROTECTED]> writes: >> - Add the same filter in the build of TG_relatts. >> This will prevent a tcl script which loops on >> TG_relattrs to fail in trying to use a dropped >> column. > This is deliberately *not* done in 7.4, because it would break the > documented