mirror of
https://github.com/postgres/postgres.git
synced 2026-06-13 12:16:01 -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.