Attached is a patch to perform parameter reference lookups by name in
the body of functions. I'm hesitant to put it in for the commitfest
as is, without a couple of questions posed to the group:
1. palloc needs no free? I suppose this is a general knowledge
question, but it seemed to be the case
On Sun, Nov 15, 2009 at 1:43 PM, Andrew Dunstan wrote:
>
>
> George Gensure wrote:
>>
>> This begs a bigger question: what's *really* easy or low barrier to
>> entry for very light contributors like myself? - I've got time, I like
>> the product, I ne
On Sun, Nov 15, 2009 at 11:21 AM, Tom Lane wrote:
> George Gensure writes:
>> I've put together a small patch to provide a schema name in an fk
>> violation in deference to the todo item "Report the schema along table
>> name in a referential failure error m
After consulting with some other members of the community, I tried to
post my fk error string patch to the current commitfest, but
mistakenly posted it to the current commitfest, not the open one.
When I tried to correct this by moving the patch to the open 2010-01
commitfest, I could not submit t
I've put together a small patch to provide a schema name in an fk
violation in deference to the todo item "Report the schema along table
name in a referential failure error message"
The error message only contains the schema if the table name being
referenced is non-unique or not present in the se