blob: cddceeee60337a661fd4d5398a8fb3f821a5f025 (
plain)
1
2
3
4
5
6
7
|
/* 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;
|