[COMMITTERS] pgsql: Disable synchronous commits in pg_rewind.

2016-10-06 Thread Heikki Linnakangas
Disable synchronous commits in pg_rewind. If you point pg_rewind to a server that is using synchronous replication, with "pg_rewind --source-server=...", and the replication is not working for some reason, pg_rewind will get stuck because it creates a temporary table, which needs to be replicated.

[COMMITTERS] pgsql: Disable synchronous commits in pg_rewind.

2016-10-06 Thread Heikki Linnakangas
Disable synchronous commits in pg_rewind. If you point pg_rewind to a server that is using synchronous replication, with "pg_rewind --source-server=...", and the replication is not working for some reason, pg_rewind will get stuck because it creates a temporary table, which needs to be replicated.

[COMMITTERS] pgsql: Disable synchronous commits in pg_rewind.

2016-10-06 Thread Heikki Linnakangas
Disable synchronous commits in pg_rewind. If you point pg_rewind to a server that is using synchronous replication, with "pg_rewind --source-server=...", and the replication is not working for some reason, pg_rewind will get stuck because it creates a temporary table, which needs to be replicated.