Regression coverage for contrib/tcn
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: pgsql-hackers@lists.postgresql.org
Date: 2022-07-30T23:09:51Z
Lists: pgsql-hackers
Attachments
- add-contrib-tcn-test-1.patch (text/x-diff) patch
Having spent much of the day looking at regression tests for different bits of contrib, I was inspired to do a quick finger exercise to add a test for contrib/tcn. When that module was written, we didn't have a nice way to create a test case with stable output. But now, the isolationtester can do the job easily. regards, tom lane
Commits
-
Add a regression test for contrib/tcn.
- 418ec32072a6 16.0 landed