Thread
Commits
-
Add a regression test for contrib/tcn.
- 418ec32072a6 16.0 landed
-
Regression coverage for contrib/tcn
Tom Lane <tgl@sss.pgh.pa.us> — 2022-07-30T23:09:51Z
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