• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..08-Nov-2021-

expected/H08-Nov-2021-3229

sql/H08-Nov-2021-82

.gitignoreH A D08-Nov-202155 54

MakefileH A D08-Nov-2021544 2418

READMEH A D08-Nov-2021358 86

test_integerset--1.0.sqlH A D08-Nov-2021309 94

test_integerset.cH A D08-Nov-202117.1 KiB624403

test_integerset.controlH A D08-Nov-2021124 54

README

1test_integerset contains unit tests for testing the integer set implementation
2in src/backend/lib/integerset.c.
3
4The tests verify the correctness of the implementation, but they can also be
5used as a micro-benchmark.  If you set the 'intset_test_stats' flag in
6test_integerset.c, the tests will print extra information about execution time
7and memory usage.
8