Document how to run only specific regress tests

2024-10-28 Thread Paul A Jungwirth
I never knew this was possible, but I ran across a note on the meson wiki page[1]. I wish I knew about it years ago! This patch adds a note to https://www.postgresql.org/docs/current/regress-run.html so that other hackers and potential hackers will know about it. [1] https://wiki.postgresql.org/w

Streaming Replication vs Logical

2024-10-11 Thread Paul A Jungwirth
Our docs seem to contrast "streaming replication" to logical, but these are not really opposites. Sometimes when they say "streaming" they mean "physical". Probably this is historical: at first physical replication was the only kind of streaming we had. Personally this has caused me a lot of conf

Re: Add minimal C example and SQL registration example for custom table access methods.

2023-11-11 Thread Paul A Jungwirth
On Sat, Nov 11, 2023 at 1:00 PM Phil Eaton wrote: > I was looking into table access methods recently and found the > existing page a bit sparse. Here's a small patch adding a little more > example code to the table access methods page. I agree this is a helpful addition for people exploring table