mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-16 03:17:00 +08:00
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
This commit is contained in:
5
src/test/modules/test_binaryheap/test_binaryheap.control
Normal file
5
src/test/modules/test_binaryheap/test_binaryheap.control
Normal file
@ -0,0 +1,5 @@
|
||||
# test_binaryheap extension
|
||||
comment = 'Test code for binaryheap'
|
||||
default_version = '1.0'
|
||||
module_pathname = '$libdir/test_binaryheap'
|
||||
relocatable = true
|
||||
Reference in New Issue
Block a user