mirror of
https://github.com/postgres/postgres.git
synced 2025-04-25 21:42:33 +03:00
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>