mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-03-05 03:37:00 +08:00
Since PostgreSQL 9.6, rolreplication no longer determines whether a role can run pg_start_backup() and pg_stop_backup(), so remove that. Add that this attribute determines whether a role can create and drop replication slots. Reported-by: Fujii Masao <masao.fujii@gmail.com>