Re: dblink get_connect_string() passes FDW option "updatable" to the connect string, connection fails.
Corey Huinker <corey.huinker@gmail.com>
From: Corey Huinker <corey.huinker@gmail.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Joe Conway <mail@joeconway.com>,
pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2016-11-22T20:53:43Z
Lists: 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.
Commits
-
Protect dblink from invalid options when using postgres_fdw server
- c4448683893b 10.0 landed
- 150841fb94f6 9.6.2 landed
- d5c05f27a43f 9.5.6 landed
- cb687e0acfdf 9.4.11 landed
- bd46cce21476 9.3.16 landed