From 2ad8595ded9660b6055ffec9e68b13ae1595447f Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Mon, 12 Nov 2012 21:37:36 +0100 Subject: [PATCH] postrr.control: Set relocatable to false. The extension may not be relocated, except when it's created because it used another schema (postrr) internally. --- src/postrr.control.in | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2