mirror of
https://github.com/postgres/postgres.git
synced 2026-06-11 01:46:50 -04:00
4a78cdeb6b
before reporting a transaction committed. Data consistency is still guaranteed (unlike setting fsync = off), but a crash may lose the effects of the last few transactions. Patch by Simon, some editorialization by Tom.