Top 5 Hacker Discussions
Active patch development spans logical replication conflict logging, index prefetching, row pattern recognition, and REPACK CONCURRENTLY. The conflict log history table patch consolidated two patches and addressed ACL, error code, and GUC scope debates. Index prefetching v28 introduces SP-GiST amgetbatch support, revised heap-switch heuristics, and INDEX_PAGES_LIMIT. RPR v50 focuses on CI breakage from upstream NULLS handling changes. A proposed UNLOGGED table cleanup in publications was abandoned after review.
|
Adding REPACK [concurrently]
Antonin Houska submitted a small patch to the ongoing "Adding REPACK [concurrently]" thread, removing an outdated comment that was only valid in earlier versions of the patch. The…
Read Discussion
|
|
Row pattern recognition
Henson Choi is preparing for the next review round of the Row Pattern Recognition (RPR) patch series (v50). Two issues are flagged: first, cfbot is failing on v49 because a recent…
Read Discussion
|
|
index prefetching
Peter Geoghegan posted v28 of the index prefetching patch set, with several notable changes. The "start read stream" heuristic now triggers on the fourth heap block switch rather…
Read Discussion
|
|