[COMMITTERS] pgsql: Fix pointer confusion - Mailing list pgsql-committers

From Peter Eisentraut
Subject [COMMITTERS] pgsql: Fix pointer confusion
Date
Msg-id E1cVhv9-0002Qj-Jo@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix pointer confusion

get_object_address_publication_rel() needed to check *relation, not
relation.  Rename the variables to match style used nearby to avoid the
confusion.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/6cffe54aef0a02a52692e32125eb3a5e135e7359

Modified Files
--------------
src/backend/catalog/objectaddress.c | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: Fix memory leaks in libpqwalreceiver
Next
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: Fix NULL pointer access in logical replication workers