Skip to content
Snippets Groups Projects
Commit c9d7dbac authored by Heikki Linnakangas's avatar Heikki Linnakangas
Browse files

Skip truncating ON COMMIT DELETE ROWS temp tables, if the transaction hasn't

touched any temporary tables.

We could try harder, and keep track of whether we've inserted to any temp
tables, rather than accessed them, and which temp tables have been inserted
to. But this is dead simple, and already covers many interesting scenarios.
parent fd4ced52
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment