I am currently patching a Postgres 9.6 database.
As part of the patch I'm required to make changes to the system tables, first changing allow_system_table_mods
in the config file, then executing the recommended SQL.
If I make this change on a master db, does it get replicated to other slave databases, or do I need to make this change on all DBs round robin ?