Remove duplicate assignment when initializing logical decoder context

Michael Paquier <michael@paquier.xyz>

Commit: 5ed4b123b6a678bc6243047846870f7f46e9c67b
Author: Michael Paquier <michael@paquier.xyz>
Date: 2019-04-16T06:08:38Z
Releases: 12.0
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

Files

PathChange+/−
src/backend/replication/logical/logical.c modified +0 −2

Discussion