aboutsummaryrefslogtreecommitdiff
path: root/src/test/modules/test_binaryheap/test_binaryheap.control
diff options
context:
space:
mode:
authorNathan Bossart <nathan@postgresql.org>2025-07-17 16:32:10 -0500
committerNathan Bossart <nathan@postgresql.org>2025-07-17 16:32:10 -0500
commitb597ae6cc128b17038d461c5aa426d42f9cc33f9 (patch)
tree6818264c4685f3d8de39c2393b624f2a1829b9f5 /src/test/modules/test_binaryheap/test_binaryheap.control
parentdaf9bdc47d11822da8a1269bd73fb23258b24f80 (diff)
downloadpostgresql-b597ae6cc128b17038d461c5aa426d42f9cc33f9.tar.gz
postgresql-b597ae6cc128b17038d461c5aa426d42f9cc33f9.zip
Add a test harness for the binary heap code.
binaryheap is heavily used and already has decent test coverage, but it lacks dedicated tests for its correctness. This commit changes that. Author: Aleksander Alekseev <aleksander@tigerdata.com> Discussion: https://postgr.es/m/CAJ7c6TMwp%2Bmb8MMoi%3DSMVMso2hYecoVu2Pwf2EOkesq0MiSKxw%40mail.gmail.com
Diffstat (limited to 'src/test/modules/test_binaryheap/test_binaryheap.control')
-rw-r--r--src/test/modules/test_binaryheap/test_binaryheap.control5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/test/modules/test_binaryheap/test_binaryheap.control b/src/test/modules/test_binaryheap/test_binaryheap.control
new file mode 100644
index 00000000000..dd0785e05bd
--- /dev/null
+++ b/src/test/modules/test_binaryheap/test_binaryheap.control
@@ -0,0 +1,5 @@
+# test_binaryheap extension
+comment = 'Test code for binaryheap'
+default_version = '1.0'
+module_pathname = '$libdir/test_binaryheap'
+relocatable = true