| From: | Andres Freund <andres(at)2ndquadrant(dot)com> |
|---|---|
| To: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
| Cc: | Robert Haas <robertmhaas(at)gmail(dot)com>, Steve Singer <steve(at)ssinger(dot)info>, Petr Jelinek <petr(at)2ndquadrant(dot)com>, pgsql-hackers(at)postgresql(dot)org, Heikki Linnakangas <hlinnakangas(at)vmware(dot)com> |
| Subject: | Re: Replication identifiers, take 4 |
| Date: | 2015-02-22 15:12:34 |
| Message-ID: | 20150222151234.GD21496@awork2.anarazel.de |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On 2015-02-22 10:03:59 -0500, Peter Eisentraut wrote:
> On 2/15/15 7:24 PM, Andres Freund wrote:
> > On 2015-02-16 01:21:55 +0100, Andres Freund wrote:
> >> Here's my next attept attempt at producing something we can agree
> >> upon.
> >>
> >> The major change that might achieve that is that I've now provided a
> >> separate method to store the origin_id of a node. I've made it
> >> conditional on !REPLICATION_IDENTIFIER_REUSE_PADDING, to show both
> >> paths. That new method uses Heikki's xlog rework to dynamically add the
> >> origin to the record if a origin is set up. That works surprisingly
> >> simply.
>
> I'm trying to figure out what this feature is supposed to do, but the
> patch contains no documentation or a commit message. Where is one
> supposed to start?
For a relatively short summary:
http://archives.postgresql.org/message-id/20150216002155.GI15326%40awork2.anarazel.de
For a longer one:
http://www.postgresql.org/message-id/20140923182422.GA15776@alap3.anarazel.de
Greetings,
Andres Freund
--
Andres Freund http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andres Freund | 2015-02-22 15:25:40 | Re: deparsing utility commands |
| Previous Message | Andres Freund | 2015-02-22 15:11:30 | Re: hash agg is slower on wide tables? |