Re: enhanced error fields

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: Peter Geoghegan <peter(at)2ndquadrant(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>, Alvaro Herrera <alvherre(at)commandprompt(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: Re: enhanced error fields
Date: 2012-10-10 13:56:46
Message-ID: CAFj8pRBuu1wvCowGYEtA3pjF6f9s3R1oDDdASRB_vDM8BBOFDQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello Peter

here is updated patch, sorry for missing file

Regards

Pavel

2012/10/8 Peter Geoghegan <peter(at)2ndquadrant(dot)com>:
> On 20 August 2012 14:09, Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> wrote:
>> (eelog-2012-08-20.diff)
>
> This patch has the following reference to relerror.c:
>
> """""""
>
> *** a/src/include/utils/rel.h
> --- b/src/include/utils/rel.h
> ***************
> *** 394,397 **** typedef struct StdRdOptions
> --- 394,402 ----
> extern void RelationIncrementReferenceCount(Relation rel);
> extern void RelationDecrementReferenceCount(Relation rel);
>
> + /* routines in utils/error/relerror.c */
>
> """""""
>
> Indeed, the new C file has been separately added to a makefile:
>
> ! OBJS = assert.o elog.o relerror.o
>
> However, the new file itself does not appear in this patch. Therefore,
> the code does not compile. Please post a revision with the new file
> included.
>
> --
> Peter Geoghegan http://www.2ndQuadrant.com/
> PostgreSQL Development, 24x7 Support, Training and Services

Attachment Content-Type Size
eelog3.diff application/octet-stream 38.6 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2012-10-10 13:58:19 Re: Is there a good reason why PL languages do not support cstring type arguments and return values ?
Previous Message Merlin Moncure 2012-10-10 13:51:21 Re: Improving the performance of psql tab completion