Re: pgsql: Introduce replication slots.

From: Andres Freund <andres(at)2ndquadrant(dot)com>
To: Robert Haas <rhaas(at)postgresql(dot)org>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Introduce replication slots.
Date: 2014-02-27 14:31:18
Message-ID: 20140227143118.GG28858@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Hi,

Vik Faering noticed a couple of oversights in the replication slot
function reference, and I noticed some more, including using the text
type instead of name, while looking.

Patch attached.

Greetings,

Andres Freund

--
Andres Freund http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

Attachment Content-Type Size
0001-Improve-consistency-in-replication-slot-data-types.patch text/x-patch 6.7 KB

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2014-02-27 14:32:03 pgsql: Fix WAL replay of locking an updated tuple
Previous Message Stephen Frost 2014-02-26 19:26:06 Re: pgsql: Fix crash in json_to_record().