Code

postrr.control: Set relocatable to false.
authorSebastian Harl <sh@tokkee.org>
Mon, 12 Nov 2012 20:37:36 +0000 (21:37 +0100)
committerSebastian Harl <sh@tokkee.org>
Mon, 12 Nov 2012 20:37:36 +0000 (21:37 +0100)
The extension may not be relocated, except when it's created because it used
another schema (postrr) internally.

src/postrr.control.in

index ff0afd39df9c9b4c8df9cfc9e4ed463df63717a6..654c4f8925830f58943b68f27e9038a5bfa97bb7 100644 (file)
@@ -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