Re: Add pg_freespacemap extension sql test
Dong Wook Lee <sh95119@gmail.com>
From: Dong Wook Lee <sh95119@gmail.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: pgsql-hackers@postgresql.org
Date: 2022-03-09T11:13:15Z
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 →
-
Avoid instabilities with the regression tests of pg_freespacemap
- c14a9eeec479 15.0 landed
-
Add some basic regression tests for pg_freespacemap
- a1bc4d3590b1 15.0 landed
2022년 3월 9일 (수) 오전 1:19, Tom Lane <tgl@sss.pgh.pa.us>님이 작성: > Dong Wook Lee <sh95119@gmail.com> writes: > > [ 0001_add_test_pg_fsm.patch ] > > I think having some coverage here would be great, but I'm concerned that > this patch doesn't look very portable. Aren't the numbers liable to > change on 32-bit machines, in particular? > > regards, tom lane > I agree with you, but I have no good idea how to deal with it. Can the Perl TAP test be a good way? Thought?