Alvaro Herrera <[EMAIL PROTECTED]> writes: > (Well, it changes an ad-hoc linked > list into a proper List).
Why? AFAICT that just makes the code bigger, uglier, and slower ... I am pretty dubious of PendingDeletesBeginXact, too, and of moving this list out of TopMemoryContext. Please justify. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match