Thanks to visit codestin.com
Credit goes to postgrespro.com

Re: Where is hstore? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Where is hstore?
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: Where is hstore?  (Teodor Sigaev <[email protected]>)
List pgsql-hackers
I'm seeing the following compiler warnings from hstore on x86_64:

hstore_io.c: In function 'get_val':
hstore_io.c:51: warning: format '%d' expects type 'int', but argument 4 has type 'long int'
hstore_io.c: In function 'parse_hstore':
hstore_io.c:150: warning: format '%d' expects type 'int', but argument 4 has type 'long int'
hstore_io.c:158: warning: format '%d' expects type 'int', but argument 4 has type 'long int'
hstore_io.c:181: warning: format '%d' expects type 'int', but argument 4 has type 'long int'

It passes its regression test anyway, but these need to be fixed.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: [COMMITTERS] pgsql: sslinfo contrib module - information about current SSL
Next
From: Peter Eisentraut
Date:
Subject: Re: [PATCHES] Gen_fmgrtab.sh fails with LANG=et_EE