Files
turso/parser
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-02 18:46:41 +07:00
2025-08-07 15:40:36 +07:00

TODO