pgsql: Fix query that gets remote relation info

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix query that gets remote relation info
Date: 2017-04-26 16:10:07
Message-ID: E1d3PW3-00008n-Fv@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)timbira(dot)com(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-04-26 18:01:28 pgsql: Silence compiler warning induced by commit de4389712.
Previous Message Simon Riggs 2017-04-26 15:07:57 Re: pgsql: Workaround for RecoverPreparedTransactions()