/
balmaster
/
postgres
Обзор
Документация
Войти
/
balmaster
/
postgres
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/test/modules/test_binaryheap/test_binaryheap--1.0.sql
7 строк
292 B
Nathan Bossart
Add a test harness for the binary heap code.
18 июл 2025, 00:32
18 июл 2025, 00:32
b597ae6
Код
Авторство
О чём код?
/* src/test/modules/test_binaryheap/test_binaryheap--1.0.sql */ -- complain if script is sourced in psql, rather than via CREATE EXTENSION \echo Use "CREATE EXTENSION test_binaryheap" to load this file. \quit CREATE FUNCTION test_binaryheap() RETURNS VOID AS 'MODULE_PATHNAME' LANGUAGE C;