Re: PostgreSQL logical replication depends on WAL segments?

From: Achilleas Mantzios <achill(at)matrix(dot)gatewaynet(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: PostgreSQL logical replication depends on WAL segments?
Date: 2019-01-23 02:19:16
Message-ID: 8281458c-af43-424e-1b3d-d017aeadcfd4@matrix.gatewaynet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


On 22/1/19 10:18 μ.μ., Jeremy Finzel wrote:
> On Tue, Jan 22, 2019 at 2:16 PM Jeremy Finzel <finzelj(at)gmail(dot)com
> <mailto:finzelj(at)gmail(dot)com>> wrote:
>
> any one of those WAL files will not be archived and
> recycled as long as it no longer needed by a replication slot
>
>
> :(.  s/no longer/still.  I meant to say any one of those WAL files
> will not be archived and recycled as long as it still needed by a
> replication slot.

A WAL segment will be archived as soon as it is completed.
|https://www.postgresql.org/docs/11/continuous-archiving.html
|

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jeremy Finzel 2019-01-23 03:26:06 Re: PostgreSQL logical replication depends on WAL segments?
Previous Message Jeremy Finzel 2019-01-22 20:18:25 Re: PostgreSQL logical replication depends on WAL segments?