/
githubmirror
/
postgres
Обзор
Документация
Войти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/test/modules/test_binaryheap/sql/test_binaryheap.sql
8 строк
250 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();