chore(neon_test_utils): restrict installation to superuser (#7624)

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>
This commit is contained in:
Alex Chi Z
2024-05-08 11:53:54 -04:00
committed by GitHub
parent 21e1a496a3
commit 1173ee6a7e

View File

@@ -3,4 +3,5 @@ comment = 'helpers for neon testing and debugging'
default_version = '1.1'
module_pathname = '$libdir/neon_test_utils'
relocatable = true
trusted = true
trusted = false
superuser = true