Re: RS_EPHEMERAL vs RS_TEMPORARY

2020-02-25 Thread Antonin Houska
Peter Eisentraut wrote: > On 2020-02-25 08:30, Antonin Houska wrote: > > I'm trying to figure out what's specific about RS_EPHEMERAL and RS_TEMPORARY > > slot kinds. The following comment (see definition of the > > ReplicationSlotPersistency enumeration) tells when each kind is dropped > > The g

Re: RS_EPHEMERAL vs RS_TEMPORARY

2020-02-25 Thread Peter Eisentraut
On 2020-02-25 08:30, Antonin Houska wrote: I'm trying to figure out what's specific about RS_EPHEMERAL and RS_TEMPORARY slot kinds. The following comment (see definition of the ReplicationSlotPersistency enumeration) tells when each kind is dropped The general idea is that an "ephemeral" slot i

RS_EPHEMERAL vs RS_TEMPORARY

2020-02-24 Thread Antonin Houska
I'm trying to figure out what's specific about RS_EPHEMERAL and RS_TEMPORARY slot kinds. The following comment (see definition of the ReplicationSlotPersistency enumeration) tells when each kind is dropped * Slots marked as PERSISTENT are crash-safe and will not be dropped when * released. Slots