EXTENSION = londiste
-EXT_VERSION = 3.2
-EXT_OLD_VERSIONS = 3.1 3.1.1 3.1.3 3.1.4 3.1.6
+EXT_VERSION = 3.2.3
+EXT_OLD_VERSIONS = 3.1 3.1.1 3.1.3 3.1.4 3.1.6 3.2
base_regress = londiste_provider londiste_subscriber \
londiste_fkeys londiste_execute londiste_seqs londiste_merge \
-- version and only bumped when database code changes.
-- ----------------------------------------------------------------------
begin
- return '3.2';
+ return '3.2.3';
end;
$$ language plpgsql;
# Londiste extensions
comment = 'Londiste Replication'
-default_version = '3.2'
+default_version = '3.2.3'
relocatable = false
superuser = true
schema = 'pg_catalog'
EXTENSION = pgq
-EXT_VERSION = 3.2
-EXT_OLD_VERSIONS = 3.1 3.1.1 3.1.2 3.1.3 3.1.6
+EXT_VERSION = 3.2.3
+EXT_OLD_VERSIONS = 3.1 3.1.1 3.1.2 3.1.3 3.1.6 3.2
DOCS = README.pgq
-- version and only bumped when database code changes.
-- ----------------------------------------------------------------------
begin
- return '3.2';
+ return '3.2.3';
end;
$$ language plpgsql;
# pgq extension
comment = 'Generic queue for PostgreSQL'
-default_version = '3.2'
+default_version = '3.2.3'
relocatable = false
superuser = true
schema = 'pg_catalog'