[COMMITTERS] pgsql: Fix query that gets remote relation info - Mailing list pgsql-committers

From Peter Eisentraut
Subject [COMMITTERS] pgsql: Fix query that gets remote relation info
Date
Msg-id E1d3PW3-00008n-Fv@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix query that gets remote relation info

Publisher relation can be incorrectly chosen, if there are more than
one relation in different schemas with the same name.

Author: Euler Taveira <euler@timbira.com.br>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/61ecc90be624e699164a8d3efb291e267b711142

Modified Files
--------------
src/backend/replication/logical/tablesync.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: [COMMITTERS] pgsql: Workaround for RecoverPreparedTransactions()
Next
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Silence compiler warning induced by commit de4389712.