/
balmaster
/
postgres
Обзор
Документация
Войти
/
balmaster
/
postgres
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/test/modules/test_binaryheap/expected/test_binaryheap.out
11 строк
296 B
Nathan Bossart
Add a test harness for the binary heap code.
18 июл 2025, 00:32
18 июл 2025, 00:32
b597ae6
Код
Авторство
О чём код?
CREATE EXTENSION test_binaryheap; -- -- These tests don't produce any interesting output. We're checking that -- the operations complete without crashing or hanging and that none of their -- internal sanity tests fail. -- SELECT test_binaryheap(); test_binaryheap ----------------- (1 row)