pgsql: Fix NULL pointer access in logical replication workers

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix NULL pointer access in logical replication workers
Date: 2017-01-23 17:34:25
Message-ID: E1cViVd-00034D-7I@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix NULL pointer access in logical replication workers

From: Petr Jelinek <pjmodos(at)pjmodos(dot)net>

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/70c56a014e1813b5ab0f91581833bc7cb6c02958

Modified Files
--------------
src/backend/replication/logical/launcher.c | 17 ++++++++++++++---
src/backend/replication/logical/worker.c | 24 ++++++++++++------------
2 files changed, 26 insertions(+), 15 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2017-01-23 18:46:10 pgsql: Don't error when no system locales were found
Previous Message Peter Eisentraut 2017-01-23 16:56:43 pgsql: Fix pointer confusion