Thread

Commits

  1. Add a simple test for contrib/auto_explain.

  1. Test coverage for contrib/auto_explain

    Tom Lane <tgl@sss.pgh.pa.us> — 2021-01-23T22:41:32Z

    I got annoyed about the lack of $SUBJECT.  The attached patch
    adds a simple test case, bringing the module's coverage to 84%
    according to my results.  (The uncovered lines mostly are in
    _PG_fini(), which is unreachable, or else to do with chaining
    to additional occupiers of the same hooks.)
    
    Any objections?
    
    			regards, tom lane