Repair ALTER EXTENSION ... SET SCHEMA.
[pgsql.git] / src / test / modules / test_integerset / README
bloba8b271869a98909e018a7d0fd24efacd5c00a78b
1 test_integerset contains unit tests for testing the integer set implementation
2 in src/backend/lib/integerset.c.
4 The tests verify the correctness of the implementation, but they can also be
5 used as a micro-benchmark.  If you set the 'intset_test_stats' flag in
6 test_integerset.c, the tests will print extra information about execution time
7 and memory usage.