mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Add support for temporary replication slots
This allows creating temporary replication slots that are removed automatically at the end of the session or on error. From: Petr Jelinek <petr.jelinek@2ndquadrant.com>
This commit is contained in:
@ -39,7 +39,7 @@ submake-test_decoding:
|
||||
|
||||
REGRESSCHECKS=ddl xact rewrite toast permissions decoding_in_xact \
|
||||
decoding_into_rel binary prepared replorigin time messages \
|
||||
spill
|
||||
spill slot
|
||||
|
||||
regresscheck: | submake-regress submake-test_decoding temp-install
|
||||
$(MKDIR_P) regression_output
|
||||
|
Reference in New Issue
Block a user