mirror of
https://github.com/neondatabase/neon.git
synced 2026-06-04 14:00:38 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user