天天看點

PostgreSQL 10.0 preview 變化 - 邏輯複制pg_hba.conf變化,不再使用replication條目

postgresql , 10.0 , 變化 , pg_hba.conf , replication , 邏輯複制

pg_hba.conf的replication條目,在10.0後,将僅僅适用于實體複制。

邏輯複制使用普通database條目,但是邏輯複制的角色依舊需要帶replication屬性。

配置時請注意了。

這個patch的讨論,詳見郵件組,本文末尾url。

postgresql社群的作風非常嚴謹,一個patch可能在郵件組中讨論幾個月甚至幾年,根據大家的意見反複的修正,patch合并到master已經非常成熟,是以postgresql的穩定性也是遠近聞名的。

<a href="https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=8df9bd0b445f9bd6134915d4417efde6e85e3add">https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=8df9bd0b445f9bd6134915d4417efde6e85e3add</a>