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
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
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
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