pgsql: Remove duplicate assignment when initializing logical decoderco - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Remove duplicate assignment when initializing logical decoderco
Date
Msg-id E1hGHKm-0003FQ-32@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5ed4b123b6a678bc6243047846870f7f46e9c67b

Modified Files
--------------
src/backend/replication/logical/logical.c | 2 --
1 file changed, 2 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Consistently test for in-use shared memory.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Better scaling of images in HTML output