From: Sebastian Harl Date: Mon, 12 Nov 2012 20:37:36 +0000 (+0100) Subject: postrr.control: Set relocatable to false. X-Git-Url: https://git.tokkee.org/?p=postrr.git;a=commitdiff_plain;h=2ad8595ded9660b6055ffec9e68b13ae1595447f postrr.control: Set relocatable to false. The extension may not be relocated, except when it's created because it used another schema (postrr) internally. --- diff --git a/src/postrr.control.in b/src/postrr.control.in index ff0afd3..654c4f8 100644 --- a/src/postrr.control.in +++ b/src/postrr.control.in @@ -2,5 +2,6 @@ comment = 'PostgreSQL Round Robin Extension' default_version = '@POSTRR_MAJOR_VERSION@.@POSTRR_MINOR_VERSION@.@POSTRR_PATCH_VERSION@' module_pathname = '$libdir/postrr' +relocatable = false superuser = false