Simon Riggs <[EMAIL PROTECTED]> writes: > -1 to second: If there are any temporary deleted files then it is > because we've done a large sort, hash join etc, so avoiding the sync > makes no difference to the overall response time.
I think you're confused, actually: this is not about temporary sort files, it's about dropping temp relations. The scenario for this to happen in ABORT is a rollback of a transaction that made a temp table. Whether that's common enough to be worth special optimization, I'm not sure. Your point that the transaction may have been heavyweight enough that it'd hardly matter is still on-target, you just got there by the wrong reasoning ;-) regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly