From 0ab2d61a0dbf8e5292bb872daecc145f95eb7a7f Mon Sep 17 00:00:00 2001 From: Greg Burd Date: Sat, 31 Jan 2026 11:45:19 -0500 Subject: [PATCH 1/3] test: add PRMX test commit This is a commit that is designed to test the PRMX integration between GitHub and the PostgreSQL Hacker's email list. It's a fork of the GitGitGadget code used by the Git team for the same purpose, thanks open source friends! We appreciate what you've built and we're happy to be able to reuse it. For readability. It was a slight modularity violation to have fields in PGShmemHeader that were only used by the allocator code in shmem.c. And it was inconsistent that ShmemLock was nevertheless not stored there. Moving all the allocator-related fields to a separate struct makes it more consistent and modular, and removes the need to allocate and pass ShmemLock separately via BackendParameters. Merge InitShmemAccess() and InitShmemAllocation() into a single function that initializes the struct when called from postmaster, and when called from backends in EXEC_BACKEND mode, re-establishes the global variables. That's similar to all the *ShmemInit() functions that we have. Reported-by: Greg Burd Diagnosed-by: Greg Burd Reviewed-by: Greg Burd Author: Greg Burd Signed-off-by: Greg Burd Discussion: https://postgr.es/m/db6fdb35a8665ad3c18be01181d44b31@postgrespro.ru Backpatch-through: 14 Signed-off-by: Greg Burd --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f6104c038b3d5..0ea32296e878d 100644 --- a/README.md +++ b/README.md @@ -19,3 +19,6 @@ about building PostgreSQL from the source code can be found at The latest version of this software, and related software, may be obtained at . For more information look at our web site located at . + +test. test. +test...ing...the test. From 2358129f0a66e1b228e93ef06f400f9abd5c48f0 Mon Sep 17 00:00:00 2001 From: Greg Burd Date: Sat, 31 Jan 2026 12:34:24 -0500 Subject: [PATCH 2/3] Addressing History This is yet another change to test GitGitGadget for PG use. I have no idea what this will do, but I do appreciate HISTORY. I'm not sure how much more I have to write to pass the test for "long enough", so I'll just write more until I get bored. I'm bored. --- HISTORY | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HISTORY b/HISTORY index b87be55abf4fb..e8e8718287f28 100644 --- a/HISTORY +++ b/HISTORY @@ -3,3 +3,5 @@ https://www.postgresql.org/docs/current/release.html Distribution file sets include release notes for their version and preceding versions. Visit the file doc/src/sgml/html/release.html in an HTML browser. + +and that's the way it was... walter cronkite From 6b603e7c7df0595939acbf7f2e154749903956be Mon Sep 17 00:00:00 2001 From: Greg Burd Date: Mon, 2 Feb 2026 07:45:25 -0500 Subject: [PATCH 3/3] test: v4 iteration test This is a test commit to verify that the v4 iteration works correctly with the updated subject line format (no 0/N) and proper footer links including Published-As, Fetch-It-Via, Pull-Request, and Range-diff. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0ea32296e878d..5b087b627c1c3 100644 --- a/README.md +++ b/README.md @@ -22,3 +22,4 @@ look at our web site located at . test. test. test...ing...the test. +test v4