neondatabase / postgres

PostgreSQL in Neon
https://neon.tech/docs/reference/compatibility
Other
26 stars 11 forks source link

Fix: Don't flush a buffer in am_wal_redo_postgres mode #512

Closed MMeent closed 1 week ago

MMeent commented 1 week ago

WalRedoPostgres operates on private buffers, which causes issues with FlushOneBuffer, which expects to handle only shared buffers.