Tom Lane wrote:
Andrew Dunstan <[EMAIL PROTECTED]> writes:
The case below has just been reported to me. It sure looks odd. I'm
looking into it but any ideas would be welcome. The problem only occurs
if we are updating more than one row.
Pfree'ing something you didn't palloc is bad news...
Ah, yes, thanks, looks like I was a little too eager on the C&P. I see
you have fixed it.
cheers
andrew
---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match