QEMU vhost-user isolation and PostgreSQL slot, WAL work
QEMU and PostgreSQL mailing lists saw focused technical work on virtualization memory safety and database reliability. An RFC series and two patch threads dominated the day.
vhost-user memory isolation RFC
A fifteen patch RFC series on the QEMU development list proposes isolating vhost-user memory with bounce buffers and shadow virtqueues. The design avoids direct guest memory access by the backend. Six participants exchanged 83 messages, relevant to developers building secure virtio and vhost-user infrastructure.
Replication slot release on error
PostgreSQL hackers discussed a patch that adds subtransaction tracking to release replication slots on abort inside SQL-callable slot functions. The change improves cleanup after errors in those entry points. Four participants posted 18 messages, of interest to anyone maintaining logical replication reliability.
WAL compression default for PostgreSQL 19
Contributors on the PostgreSQL hackers list debated the default WAL compression algorithm for version 19, comparing zstd and lz4 after benchmarks favored zstd on compression ratio. The thread continues earlier work that had switched the default to LZ4. Eleven participants generated 29 messages, useful for operators tuning write-ahead log size and CPU cost.