Re: Allowing pg_recvlogical to create temporary replication slots - Mailing list pgsql-hackers

From Dickson Guedes
Subject Re: Allowing pg_recvlogical to create temporary replication slots
Date
Msg-id 173128022560.140664.6941919371305643766.pgcf@coridan.postgresql.org
Whole thread Raw
In response to Re: Allowing pg_recvlogical to create temporary replication slots  (Torsten Förtsch <tfoertsch123@gmail.com>)
Responses Re: Allowing pg_recvlogical to create temporary replication slots
List pgsql-hackers
Hello Torsten!

While reviewing your patch for pg_recvlogical, I’m curious about the 
expected behavior when using --if-not-exists in conjunction with --temporary-slot. 

If an existing slot is reused under these options, will it behave as 
a temporary slot and be removed when the connection ends? Or the
existing slot should remain persistent despite the --temporary-slot flag?

--
Dickson S. Guedes

pgsql-hackers by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: index prefetching
Next
From: Amit Langote
Date:
Subject: Re: remaining sql/json patches