Re: [HACKERS] [COMMITTERS] pgsql: Add transforms feature

2015-05-08 Thread Tom Lane
Peter Eisentraut writes: > On 5/3/15 2:27 PM, Tom Lane wrote: >> 2. Preventing undefined-symbol errors at link time will hide actual coding >> errors, not only the intended cross-plugin reference cases. We have >> repeatedly seen the buildfarm members that complain about this find actual >> bugs

Re: [HACKERS] [COMMITTERS] pgsql: Add transforms feature

2015-05-05 Thread Peter Eisentraut
On 5/3/15 2:27 PM, Tom Lane wrote: > 1. Preventing undefined-symbol errors at link time might be standard > according to some platforms, but it is not the universal default, and > I think there is no very good reason to assume that it is possible > everywhere. So I'm afraid that prairiedog is just

Re: [HACKERS] [COMMITTERS] pgsql: Add transforms feature

2015-05-03 Thread Tom Lane
Peter Eisentraut writes: > On 4/26/15 12:36 PM, Tom Lane wrote: >> I don't know why this patch is fooling around with compile/link flags, >> but it's broken at least prairiedog > The addition of the link flag -undefined dynamic_lookup is so that > plugins can refer to symbols from other plugins.

Re: [HACKERS] [COMMITTERS] pgsql: Add transforms feature

2015-04-29 Thread Michael Paquier
On Thu, Apr 30, 2015 at 3:30 AM, Andrew Dunstan wrote: > > On 04/28/2015 04:10 PM, Andrew Dunstan wrote: >> >> >> On 04/28/2015 12:03 PM, Andrew Dunstan wrote: >>> >>> >>> [switching to -hackers] >>> >>> On 04/28/2015 11:51 AM, Andrew Dunstan wrote: On 04/28/2015 09:04 AM, Michael P

Re: [HACKERS] [COMMITTERS] pgsql: Add transforms feature

2015-04-29 Thread Andrew Dunstan
On 04/28/2015 04:10 PM, Andrew Dunstan wrote: On 04/28/2015 12:03 PM, Andrew Dunstan wrote: [switching to -hackers] On 04/28/2015 11:51 AM, Andrew Dunstan wrote: On 04/28/2015 09:04 AM, Michael Paquier wrote: On Tue, Apr 28, 2015 at 10:01 AM, Michael Paquier wrote: On Tue, Apr 28, 2015

Re: [HACKERS] [COMMITTERS] pgsql: Add transforms feature

2015-04-28 Thread Michael Paquier
On Wed, Apr 29, 2015 at 5:15 AM, Peter Eisentraut wrote: > On 4/28/15 4:10 PM, Andrew Dunstan wrote: >>> Do we actually have a Windows machine building with Python3? >> >> >> The answer seems to be "probably not". When I tried enabling this with >> bowerbird I got a ton of errors like these: >> >>

Re: [HACKERS] [COMMITTERS] pgsql: Add transforms feature

2015-04-28 Thread Peter Eisentraut
On 4/28/15 4:10 PM, Andrew Dunstan wrote: >> Do we actually have a Windows machine building with Python3? > > > The answer seems to be "probably not". When I tried enabling this with > bowerbird I got a ton of errors like these: > >plpy_cursorobject.obj : error LNK2001: unresolved external s

Re: [HACKERS] [COMMITTERS] pgsql: Add transforms feature

2015-04-28 Thread Andrew Dunstan
On 04/28/2015 12:03 PM, Andrew Dunstan wrote: [switching to -hackers] On 04/28/2015 11:51 AM, Andrew Dunstan wrote: On 04/28/2015 09:04 AM, Michael Paquier wrote: On Tue, Apr 28, 2015 at 10:01 AM, Michael Paquier wrote: On Tue, Apr 28, 2015 at 9:55 AM, Andrew Dunstan wrote: w.r.t MSVC bui

Re: [HACKERS] [COMMITTERS] pgsql: Add transforms feature

2015-04-28 Thread Andrew Dunstan
Oops, thought I'd changed the address line. [switching to -hackers] On 04/28/2015 11:51 AM, Andrew Dunstan wrote: On 04/28/2015 09:04 AM, Michael Paquier wrote: On Tue, Apr 28, 2015 at 10:01 AM, Michael Paquier wrote: On Tue, Apr 28, 2015 at 9:55 AM, Andrew Dunstan wrote: w.r.t MSVC bui