mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-23 08:00:37 +00:00
This greatly reduces the cases where we make a request to the pageserver with a very recent LSN. Those cases are slow because the pageserver needs to wait for the WAL to arrive. This speeds up the Postgres pg_regress and isolation tests greatly.