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
>
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
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