Re: enhanced error fields
Pavel Stehule <pavel.stehule@gmail.com>
From: Pavel Stehule <pavel.stehule@gmail.com>
To: Peter Geoghegan <peter@2ndquadrant.com>
Cc: PostgreSQL Hackers <pgsql-hackers@postgresql.org>, Alvaro Herrera <alvherre@commandprompt.com>, Tom Lane <tgl@sss.pgh.pa.us>
Date: 2012-10-10T13:56:46Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Create a "sort support" interface API for faster sorting.
- c6e3ac11b60a 9.2.0 cited
Attachments
- eelog3.diff (application/octet-stream) patch
Hello Peter here is updated patch, sorry for missing file Regards Pavel 2012/10/8 Peter Geoghegan <peter@2ndquadrant.com>: > On 20 August 2012 14:09, Pavel Stehule <pavel.stehule@gmail.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