Re: [HACKERS] Portability issues in TAP tests

2014-07-21 Thread Thomas Fanghaenel
On Mon, Jul 21, 2014 at 8:21 AM, Robert Haas wrote: > The tests weren't running for me at all on MacOS X, because I was > missing some prerequisite. So I installed it, and now they promptly > fail: > > ok 2 - initdb --version > 1..2 > ok 1 - initdb with invalid option nonzero exit code >

Re: [HACKERS] [SQL] Comparison semantics of CHAR data type

2013-10-14 Thread Thomas Fanghaenel
entical results on Linux, because of the way strcoll() behaves. On OS X you get different results: select 'ab'::char(3) collate "en_US" < E'ab\n'::char(3) collate "en_US"; ?column? -- t (1 row) sel

Re: [HACKERS] Convert Datum* to char*

2014-01-06 Thread Thomas Fanghaenel
On Mon, Jan 6, 2014 at 8:09 AM, Masterprojekt Naumann1 wrote: > Why is the memory of the variable uninitialized? Are you checking that "i <= slot->tts_nvalid" before accessing the tts_values and tts_isnull arrays? -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make ch