Re: Re: [PATCH 02/14] Add support for a generic wal reading facility dubbed XLogReader
Alvaro Herrera <alvherre@2ndquadrant.com>
From: Alvaro Herrera <alvherre@2ndquadrant.com>
To: Heikki Linnakangas <hlinnakangas@vmware.com>
Cc: Andres Freund <andres@2ndquadrant.com>, pgsql-hackers@postgresql.org
Date: 2012-12-13T15:44:43Z
Lists: pgsql-hackers
Heikki Linnakangas wrote: > On 11.12.2012 21:11, Andres Freund wrote: > >Now that I have read some of that code, I am currently unsure how the > >current implementation of this can cooperate with translation, even when > >used from the backend? > > Hmm, there was a gettext() call missing from report_invalid_record. > That's where the translation needs to happen. Fixed now. You need to call gettext_noop() in the string literals as well, unless you've added the function and argument number to the gettext trigger list in nls.mk. -- Álvaro Herrera http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training & Services
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Background worker processes
- da07a1e85651 9.3.0 cited
-
Rearrange storage of data in xl_running_xacts.
- 5c11725867ac 9.3.0 cited
-
Basic binary heap implementation.
- 7a2fe9bd0371 9.3.0 cited
-
Embedded list interface
- a66ee69add6e 9.3.0 cited
-
Refactor xlog.c to create src/backend/postmaster/startup.c
- 9aceb6ab3c20 9.2.0 cited