Unrecognized parameter: max_prepared_foreign_transactions
"Eric J. Van der Velden" <[email protected]> Thu, 28 Mar 2019 20:37:19 +0100
| Newsgroups | gmane.comp.db.postgresql.jdbc |
|---|---|
| Message-ID | <CAFxAhE_w_BEPQW05a5m2ikzs3XqoQknT1XK8ZsK6Ox4zO9HhRA@mail.gmail.com> |
On https://wiki.postgresql.org/wiki/2PC_on_FDW it says I have to set the configuration parameter "max_prepared_foreign_transactions" in postgresql.conf. When I restart postgres, I see: LOG: unrecognized configuration parameter "max_prepared_foreign_transactions" in file "/var/lib/postgresql/data/postgresql.conf" line 689 Thanks, Eric.