pgsql: Fix crash in WAL sender when starting physical replication

2020-06-07 Thread Michael Paquier
Fix crash in WAL sender when starting physical replication Since database connections can be used with WAL senders in 9.4, it is possible to use physical replication. This commit fixes a crash when starting physical replication with a WAL sender using a database connection, caused by the refactor

pgsql: Fix crash in WAL sender when starting physical replication

2020-06-07 Thread Michael Paquier
Fix crash in WAL sender when starting physical replication Since database connections can be used with WAL senders in 9.4, it is possible to use physical replication. This commit fixes a crash when starting physical replication with a WAL sender using a database connection, caused by the refactor