Thread

Commits

  1. Add a regression test for contrib/tcn.

  1. 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