pgsql: Remove duplicate assignment when initializing logical decoder co

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove duplicate assignment when initializing logical decoder co
Date: 2019-04-16 06:12:44
Message-ID: E1hGHKm-0003FQ-32@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2019-04-16 12:29:37 pgsql: Better scaling of images in HTML output
Previous Message Tom Lane 2019-04-16 01:34:55 Re: pgsql: Consistently test for in-use shared memory.