Обсуждение: pgsql: Remove duplicate assignment when initializing logical decoderco

Поиск
Список
Период
Сортировка

pgsql: Remove duplicate assignment when initializing logical decoderco

От
Michael Paquier
Дата:
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(-)