mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-06 21:12:55 +00:00
The test utils should only be used during tests. Users should not be able to create this extension on their own. Signed-off-by: Alex Chi Z <chi@neon.tech>
8 lines
199 B
Plaintext
8 lines
199 B
Plaintext
# neon_test_utils extension
|
|
comment = 'helpers for neon testing and debugging'
|
|
default_version = '1.1'
|
|
module_pathname = '$libdir/neon_test_utils'
|
|
relocatable = true
|
|
trusted = false
|
|
superuser = true
|