Thread: [COMMITTERS] pgsql: Fix pointer confusion

[COMMITTERS] pgsql: Fix pointer confusion

From
Peter Eisentraut
Date:
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(-)