coverage increase for worker_spi
Alvaro Herrera <alvherre@2ndquadrant.com>
From: Alvaro Herrera <alvherre@2ndquadrant.com>
To: Pg Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2019-05-29T19:32:56Z
Lists: pgsql-hackers
Attachments
- 0001-Increase-coverage-for-worker_spi-by.patch (text/x-diff) patch 0001
Tom pointed out that coverage for worker_spi is 0%. For a module that only exists to provide coverage, that's pretty stupid. This patch increases coverage to 90.9% line-wise and 100% function-wise, which seems like a sufficient starting point. How would people feel about me getting this in master at this point in the cycle, it being just some test code? We can easily revert if it seems too unstable. -- Álvaro Herrera
Commits
-
Increase test coverage for worker_spi by ∞%
- 4b3f1dd71b74 12.0 landed