1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-25 21:42:33 +03:00
Tom Lane 17d5db352c Remove warning about num_sync being too large in synchronous_standby_names.
If we're not going to reject such setups entirely, throwing a WARNING in
check_synchronous_standby_names() is unhelpful, because it will cause the
warning to be logged again every time the postmaster receives SIGHUP.
Per discussion, just remove the warning.

In passing, improve the documentation for synchronous_commit, which had not
gotten the word that now there can be more than one synchronous standby.
2016-04-30 10:54:45 -04:00
..
2016-04-08 20:23:18 -03:00
2016-04-23 16:53:15 -04:00
2016-01-28 16:47:36 +09:00
2016-04-29 09:49:31 -04:00
2016-04-02 13:49:17 -04:00
2016-01-02 13:33:40 -05:00