Re: Add contrib/pg_logicalsnapinspect
Amit Kapila <amit.kapila16@gmail.com>
From: Amit Kapila <amit.kapila16@gmail.com>
To: Bertrand Drouvot <bertranddrouvot.pg@gmail.com>
Cc: Masahiko Sawada <sawada.mshk@gmail.com>,
Andres Freund <andres@anarazel.de>, Peter Smith <smithpb2250@gmail.com>, Peter Eisentraut <peter@eisentraut.org>, shveta malik <shveta.malik@gmail.com>, Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>,
pgsql-hackers@lists.postgresql.org
Date: 2025-03-07T12:14:00Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Fix indentation issue
- b955df443405 18.0 cited
-
pg_logicalinspect: Stabilize isolation tests.
- a49927f04cd0 18.0 landed
-
Add contrib/pg_logicalinspect.
- 7cdfeee320e7 18.0 landed
-
Move SnapBuild and SnapBuildOnDisk structs to snapshot_internal.h.
- e2fd615ecc17 18.0 landed
On Fri, Mar 7, 2025 at 4:12 PM Bertrand Drouvot <bertranddrouvot.pg@gmail.com> wrote: > > On Fri, Mar 07, 2025 at 10:26:23AM +0530, Amit Kapila wrote: > > > Your proposed change in the test sounds better than what we have now > > but I think we should also avoid autovacuum to perform analyze as that > > may add additional counts. For test_decoding, we keep > > autovacuum_naptime = 1d in logical.conf file, we can either use the > > same here or simply keep autovacuum off. > > When writing the attached, I initially added extra paranoia in the tests by > using ">=", does that also address your autovacuum concern? > Yes, that will address the autovacuum concern. -- With Regards, Amit Kapila.