Re: patch for 9.2: enhanced errors

From: Steve Singer <ssinger_pg(at)sympatico(dot)ca>
To: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: patch for 9.2: enhanced errors
Date: 2011-06-21 19:23:04
Message-ID: BLU0-SMTP94094DCF816CD58CD563598E510@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 11-06-20 03:44 PM, Pavel Stehule wrote:
> Hello
>>
>> You need to update config.sgml at the same time you update this format.
>> You need to append a "," after application name but before constraintName.
>> As it stands the CSV log has something like:
>> .....nbtinsert.c:433","psql""a_pkey","public","a","a"
> fixed
>

The CSV log seems fine now.

>>
>> nbtinsert.c
>>
>> pg_get_indrelation is named differently than everything else in this file
>> (ie _bt...). My guess is that this function belongs somewhere else but I
>> don't know the code well enough to say where you should move it too.
>>
> I renamed this function to IndexRelationGetParentRelation and muved to
> relcache.c
>

Thanks, it looks less out of place there than it did in nbtinsert.c

> I don't call a quote_identifier on only data error properties like
> table_name or schema_name (but I am open to arguments for it or
> against it). The quote_identifier is used for column names, because
> there should be a more names and comma should be used inside name -
> and this is consistent with pg_get_indexdef_columns.
>
> Regards
>

Okay.

> Pavel Stehule
>
>

I'm going to mark this as ready for a committer.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Merlin Moncure 2011-06-21 19:55:51 Re: Libpq enhancement
Previous Message Noah Misch 2011-06-21 18:58:33 Re: Identifying no-op length coercions