Re: dblink get_connect_string() passes FDW option "updatable" to the connect string, connection fails.

From: Corey Huinker <corey(dot)huinker(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Joe Conway <mail(at)joeconway(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: dblink get_connect_string() passes FDW option "updatable" to the connect string, connection fails.
Date: 2016-11-22 20:53:43
Message-ID: CADkLM=f+wmHw+gb0cEeS+83tpC4O-Bk-_WMdtvdRJbfAV-Tzpg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Nov 22, 2016 at 3:29 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:

> Corey Huinker <corey(dot)huinker(at)gmail(dot)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.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2016-11-22 20:55:13 Re: [RFC] Should we fix postmaster to avoid slow shutdown?
Previous Message Robert Haas 2016-11-22 20:52:38 Re: Patch: Implement failover on libpq connect level.