On Mon, Jul 13, 2015 at 06:19:49PM -0400, Andrew Dunstan wrote:
> >>>On 7/13/2015 5:36 PM, Andrew Dunstan wrote:
> hstore_plpython.o: In function `hstore_to_plpython':
> /home/andrew/bf64/root/HEAD/pgsql/contrib/hstore_plpython/hstore_plpython.c:35:
> undefined reference to `PLyUnicode_
On 07/13/2015 07:55 PM, Michael Paquier wrote:
On Tue, Jul 14, 2015 at 8:49 AM, Andrew Dunstan wrote:
On 07/13/2015 07:33 PM, Tom Lane wrote:
Andrew Dunstan writes:
Not AFAICT. Here is the contrib build:
Hm ... what does -DUSE_DL_IMPORT do?
NFI - I tried building with that but it made no
On Tue, Jul 14, 2015 at 8:49 AM, Andrew Dunstan wrote:
>
> On 07/13/2015 07:33 PM, Tom Lane wrote:
>>
>> Andrew Dunstan writes:
>>>
>>> Not AFAICT. Here is the contrib build:
>>
>> Hm ... what does -DUSE_DL_IMPORT do?
>
> NFI - I tried building with that but it made no difference.
Is your python
On 07/13/2015 07:33 PM, Tom Lane wrote:
Andrew Dunstan writes:
Not AFAICT. Here is the contrib build:
Hm ... what does -DUSE_DL_IMPORT do?
NFI - I tried building with that but it made no difference.
cheers
andrew
--
Sent via pgsql-hackers mailing list (pgsql-h
Andrew Dunstan writes:
> Not AFAICT. Here is the contrib build:
Hm ... what does -DUSE_DL_IMPORT do?
regards, tom lane
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-h
On 07/13/2015 05:18 PM, Tom Lane wrote:
Andrew Dunstan writes:
On 07/13/2015 11:53 AM, Marco Atzeri wrote:
On 7/13/2015 5:36 PM, Andrew Dunstan wrote:
hstore_plpython.o: In function `hstore_to_plpython':
/home/andrew/bf64/root/HEAD/pgsql/contrib/hstore_plpython/hstore_plpython.c:35:
undefine
Andrew Dunstan writes:
> On 07/13/2015 11:53 AM, Marco Atzeri wrote:
>> On 7/13/2015 5:36 PM, Andrew Dunstan wrote:
>>> hstore_plpython.o: In function `hstore_to_plpython':
>>> /home/andrew/bf64/root/HEAD/pgsql/contrib/hstore_plpython/hstore_plpython.c:35:
>>>
>>> undefined reference to `PLyUnic
On 07/13/2015 11:53 AM, Marco Atzeri wrote:
On 7/13/2015 5:36 PM, Andrew Dunstan wrote:
On 07/12/2015 05:06 PM, Tom Lane wrote:
Andrew Dunstan writes:
On 07/04/2015 11:02 AM, Tom Lane wrote:
It's not apparent to me how that works at all.
BTW, the .a files being linked to above are not lik
On 7/13/2015 5:36 PM, Andrew Dunstan wrote:
On 07/12/2015 05:06 PM, Tom Lane wrote:
Andrew Dunstan writes:
On 07/04/2015 11:02 AM, Tom Lane wrote:
It's not apparent to me how that works at all.
BTW, the .a files being linked to above are not like Unix .a static
archives - they are import li
On 07/12/2015 05:06 PM, Tom Lane wrote:
Andrew Dunstan writes:
On 07/04/2015 11:02 AM, Tom Lane wrote:
It's not apparent to me how that works at all.
BTW, the .a files being linked to above are not like Unix .a static
archives - they are import library files, which I think they are only
used
On Sun, Jul 12, 2015 at 05:02:51PM -0400, Andrew Dunstan wrote:
> >>Marco Atzeri writes:
> >>>for what I see the hstore_plperl link has a double problem.
> >>>It requires a link to hstore
> >>>as it also requires a link to perl.
> >>>Attached patch for solving this and a similar issue with python.
Andrew Dunstan writes:
>> On 07/04/2015 11:02 AM, Tom Lane wrote:
>>> It's not apparent to me how that works at all.
> BTW, the .a files being linked to above are not like Unix .a static
> archives - they are import library files, which I think they are only
> used at link time, not run time. T
On 07/04/2015 01:09 PM, Andrew Dunstan wrote:
On 07/04/2015 11:02 AM, Tom Lane wrote:
Marco Atzeri writes:
for what I see the hstore_plperl link has a double problem.
It requires a link to hstore
as it also requires a link to perl.
Attached patch for solving this and a similar issue with pyt
On 7/5/2015 11:35 PM, Andrew Dunstan wrote:
On 07/04/2015 11:02 AM, Tom Lane wrote:
I wondered how come we had not seen this problem in the buildfarm,
but the answer appears to be that our only working Cygwin critter
(brolga) doesn't build any of the optional PLs, so it skips these
modules alt
On 07/04/2015 11:02 AM, Tom Lane wrote:
I wondered how come we had not seen this problem in the buildfarm,
but the answer appears to be that our only working Cygwin critter
(brolga) doesn't build any of the optional PLs, so it skips these
modules altogether. Seems like we need to improve that
On 07/04/2015 11:02 AM, Tom Lane wrote:
Marco Atzeri writes:
for what I see the hstore_plperl link has a double problem.
It requires a link to hstore
as it also requires a link to perl.
Attached patch for solving this and a similar issue with python.
+ifeq ($(PORTNAME), cygwin)
+# This means w
Marco Atzeri writes:
> for what I see the hstore_plperl link has a double problem.
> It requires a link to hstore
> as it also requires a link to perl.
> Attached patch for solving this and a similar issue with python.
> +ifeq ($(PORTNAME), cygwin)
> +# This means we need an in-tree build on Wind
On 7/3/2015 2:31 PM, Marco Atzeri wrote:
On 7/3/2015 8:19 AM, Michael Paquier wrote:
On Fri, Jul 3, 2015 at 2:47 PM, Marco Atzeri
wrote:
On 7/2/2015 5:16 PM, Dave Page wrote:
-lldap
hstore_plperl.o: In function `hstore_to_plperl':
/pub/devel/postgresql/prova/postgresql-9.5alpha1-1.i686/sr
On 07/03/2015 01:47 AM, Marco Atzeri wrote:
On 7/2/2015 5:16 PM, Dave Page wrote:
The PostgreSQL Global Development Group announces that the alpha
release of PostgreSQL 9.5, the latest version of the world's leading
open source database, is available today. This release contains
previews of al
On 7/3/2015 8:19 AM, Michael Paquier wrote:
On Fri, Jul 3, 2015 at 2:47 PM, Marco Atzeri wrote:
On 7/2/2015 5:16 PM, Dave Page wrote:
-lldap
hstore_plperl.o: In function `hstore_to_plperl':
/pub/devel/postgresql/prova/postgresql-9.5alpha1-1.i686/src/postgresql-9.5alpha1
/contrib/hstore_plper
On Fri, Jul 3, 2015 at 2:47 PM, Marco Atzeri wrote:
> On 7/2/2015 5:16 PM, Dave Page wrote:
>>
>> The PostgreSQL Global Development Group announces that the alpha
>> release of PostgreSQL 9.5, the latest version of the world's leading
>> open source database, is available today. This release cont
On Fri, Jul 3, 2015 at 2:47 PM, Marco Atzeri wrote:
> On 7/2/2015 5:16 PM, Dave Page wrote:
>>
>> The PostgreSQL Global Development Group announces that the alpha
>> release of PostgreSQL 9.5, the latest version of the world's leading
>> open source database, is available today. This release cont
On 7/2/2015 5:16 PM, Dave Page wrote:
The PostgreSQL Global Development Group announces that the alpha
release of PostgreSQL 9.5, the latest version of the world's leading
open source database, is available today. This release contains
previews of all of the features which will be available in t
23 matches
Mail list logo