Remove duplicate assignment when initializing logical decoder context
authorMichael Paquier <michael@paquier.xyz>
Tue, 16 Apr 2019 06:08:38 +0000 (15:08 +0900)
committerMichael Paquier <michael@paquier.xyz>
Tue, 16 Apr 2019 06:08:38 +0000 (15:08 +0900)
commit5ed4b123b6a678bc6243047846870f7f46e9c67b
treecda2fa578e43f9a3a397e0722710fe265fbe69e9
parente12a4726127b90b8fc5e75690fe4527f1866412d
Remove duplicate assignment when initializing logical decoder context

The private data in the WAL reader is already getting set when
allocating it.

Author: Antonin Houska
Reviewed-by: Tom Lane
Discussion: https://postgr.es/m/30563.1555329094@localhost
src/backend/replication/logical/logical.c