Alexander Korotkov <a.korot...@postgrespro.ru> writes: > I've noticed buildfarm is unhappy with my commits.
The proximate problem seems to be that compareItems() is insufficiently careful to ensure that both values are non-null before passing them off to datatype-specific code. The code accidentally fails to crash on 64-bit machines, but it's still giving garbage answers, I think. regards, tom lane