Re: pg_basebackup vs WAL fetching - Mailing list pgsql-hackers

From Andres Freund
Subject Re: pg_basebackup vs WAL fetching
Date
Msg-id 20160213152854.GD29473@awork2.anarazel.de
Whole thread Raw
In response to Re: pg_basebackup vs WAL fetching  (Craig Ringer <craig@2ndquadrant.com>)
List pgsql-hackers
On 2016-02-13 23:25:06 +0800, Craig Ringer wrote:
> Internally replication slots have an ephemeral form, where the slot is
> dropped automatically on crash recovery.

And upon release (including a <PANIC disconnect).  Using those is what
Magnus and I just were chatting about on IRC. There'll be some
interesting division of work between the receivexlog child and the main
basebackup; so it's not entirely trivial.  I do think this an important
improvement.

- Andres



pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: proposal: PL/Pythonu - function ereport
Next
From: Fabien COELHO
Date:
Subject: Re: extend pgbench expressions with functions