Re: [PATCH 02/14] Add support for a generic wal reading facility dubbed XLogReader

Heikki Linnakangas <hlinnakangas@vmware.com>

From: Heikki Linnakangas <hlinnakangas@vmware.com>
To: Andres Freund <andres@2ndquadrant.com>
Cc: pgsql-hackers@postgresql.org
Date: 2012-12-13T09:31:39Z
Lists: pgsql-hackers
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.

- Heikki


Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. Background worker processes

  2. Rearrange storage of data in xl_running_xacts.

  3. Basic binary heap implementation.

  4. Embedded list interface

  5. Refactor xlog.c to create src/backend/postmaster/startup.c