Files
turso/parser/src
Pekka Enberg d8f07fe3da core: Panic on fsync() error by default
Retrying fsync() on error was historically not safe ("fsyncgate") and
Postgres still defaults to panicing on fsync(). Therefore, add a
"data_sync_retry" pragma (disabled by default) and use it to determine
whether to panic on fsync() error or not.
2025-09-13 10:21:12 +03:00
..
2025-09-13 10:21:12 +03:00
2025-08-27 13:22:40 +07:00
2025-08-21 15:24:01 -03:00