Re: dblink get_connect_string() passes FDW option "updatable" to the connect string, connection fails. - Mailing list pgsql-hackers

From Corey Huinker
Subject Re: dblink get_connect_string() passes FDW option "updatable" to the connect string, connection fails.
Date
Msg-id CADkLM=f+wmHw+gb0cEeS+83tpC4O-Bk-_WMdtvdRJbfAV-Tzpg@mail.gmail.com
Whole thread
In response to Re: dblink get_connect_string() passes FDW option "updatable" to the connect string, connection fails.  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Tue, Nov 22, 2016 at 3:29 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
Corey Huinker <corey.huinker@gmail.com> writes:
> In 9.4, I encountered a complaint about flex 2.6.0. After a little research
> it seems that a fix for that made it into versions 9.3+, but not 9.4.

Er ... what?  See 1ba874505.

                        regards, tom lane

Maybe git fetch might didn't pick up that change. Odd that it did pick it up on all other REL_* branches. Feel free to disregard that file.

I re-ran git pulls from my committed local branches to the corresponding REL9_x_STABLE branch, and encountered no conflicts, so the 0001.dblink.* patches should still be good.


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Patch: Implement failover on libpq connect level.
Next
From: Andres Freund
Date:
Subject: Re: [RFC] Should we fix postmaster to avoid slow shutdown?