pg_rewind and replication slots - Mailing list pgsql-hackers

From Laurenz Albe
Subject pg_rewind and replication slots
Date
Msg-id 1516736993.5599.4.camel@cybertec.at
Whole thread Raw
Responses Re: pg_rewind and replication slots
List pgsql-hackers
When a primary with replication slots gets reset with pg_rewind,
it keeps the replication slots.

This does no harm per se, but when it gets promoted again,
the replication slots are still there and are in the way.
Won't they also hold back the xmin horizon?

I think that pg_rewind should delete all replication slots.

Yours,
Laurenz Albe


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: pgsql: Add parallel-aware hash joins.
Next
From: Daniel Gustafsson
Date:
Subject: Re: [HACKERS] Support for Secure Transport SSL library on macOS as OpenSSL alternative