limbo/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
..
ast Add BEGIN CONCURRENT support for MVCC mode 2025-09-11 16:05:52 +03:00
ast.rs core: Panic on fsync() error by default 2025-09-13 10:21:12 +03:00
error.rs no need to return error in fmt 2025-08-27 13:22:40 +07:00
lexer.rs Add BEGIN CONCURRENT support for MVCC mode 2025-09-11 16:05:52 +03:00
lib.rs refactor: Result type alias 2025-08-21 15:24:01 -03:00
parser.rs Add BEGIN CONCURRENT support for MVCC mode 2025-09-11 16:05:52 +03:00
token.rs Add BEGIN CONCURRENT support for MVCC mode 2025-09-11 16:05:52 +03:00