/
balmaster
/
postgres
ОбзорДокументацияВойти
/
balmaster
/
postgres
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
postgres/
.../modules/test_integerset/
..
expected

Make the integerset test more verbose.

7 лет назад
sql

Make the integerset test more verbose.

7 лет назад
.gitignore

Add IntegerSet, to hold large sets of 64-bit ints efficiently.

7 лет назад
Makefile

Split all OBJS style lines in makefiles into one-line-per-entry style.

7 лет назад
README

Fix more typos and inconsistencies in the tree

7 лет назад
meson.build

Update copyright for 2026

7 месяцев назад
test_integerset--1.0.sql

Add IntegerSet, to hold large sets of 64-bit ints efficiently.

7 лет назад
test_integerset.c

Update copyright for 2026

7 месяцев назад
test_integerset.control

Add IntegerSet, to hold large sets of 64-bit ints efficiently.

7 лет назад
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.