mirror of
https://github.com/postgres/postgres.git
synced 2025-11-29 00:04:28 -05:00
This case can arise if a transaction has written data, but only to temporary tables. Loss of the commit record in case of a crash won't matter, because the temporary tables will be lost anyway. Reviewed by Heikki Linnakangas and Simon Riggs.