postgresql/src/test/modules/test_integerset
Amit Kapila dddf4cdc33 Make the order of the header file includes consistent in non-backend modules.
Similar to commit 7e735035f2, this commit makes the order of header file
inclusion consistent for non-backend modules.

In passing, fix the case where we were using angle brackets (<>) for the
local module includes instead of quotes ("").

Author: Vignesh C
Reviewed-by: Amit Kapila
Discussion: https://postgr.es/m/CALDaNm2Sznv8RR6Ex-iJO6xAdsxgWhCoETkaYX=+9DW3q0QCfA@mail.gmail.com
2019-10-25 07:41:52 +05:30
..
expected Make the integerset test more verbose. 2019-03-22 14:32:53 +02:00
sql Make the integerset test more verbose. 2019-03-22 14:32:53 +02:00
.gitignore
Makefile
README Fix more typos and inconsistencies in the tree 2019-06-17 16:13:16 +09:00
test_integerset--1.0.sql
test_integerset.c Make the order of the header file includes consistent in non-backend modules. 2019-10-25 07:41:52 +05:30
test_integerset.control

README

test_integerset contains unit tests for testing the integer set implementation
in src/backend/lib/integerset.c.

The tests verify the correctness of the implementation, but they can also be
used as a micro-benchmark.  If you set the 'intset_test_stats' flag in
test_integerset.c, the tests will print extra information about execution time
and memory usage.