bumping up schemata's versions in preparation for upcoming release
authormartinko <[email protected]>
Mon, 6 Oct 2014 14:26:09 +0000 (16:26 +0200)
committermartinko <[email protected]>
Mon, 6 Oct 2014 14:26:09 +0000 (16:26 +0200)
sql/londiste/Makefile
sql/londiste/functions/londiste.version.sql
sql/londiste/londiste.control
sql/pgq/Makefile
sql/pgq/functions/pgq.version.sql
sql/pgq/pgq.control

index 07b8d2f5d864f6604911bfda268b54fe81a2c5e5..e89b0dc47fdff295d7da94a330150290afd1fd4a 100644 (file)
@@ -1,8 +1,8 @@
 
 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 \
index 3025d48e65aa2fb0544b002655046057b396cd41..01cedf5a0fd9ae410d8701be00872f1f08218812 100644 (file)
@@ -8,7 +8,7 @@ returns text as $$
 --      version and only bumped when database code changes.
 -- ----------------------------------------------------------------------
 begin
-    return '3.2';
+    return '3.2.3';
 end;
 $$ language plpgsql;
 
index 40afe77ca12e554b7816cd58b32e85b471f95f84..a23e5dd9f4800fbce1d64653a5d5ea953e10fa6d 100644 (file)
@@ -1,6 +1,6 @@
 # Londiste extensions
 comment = 'Londiste Replication'
-default_version = '3.2'
+default_version = '3.2.3'
 relocatable = false
 superuser = true
 schema = 'pg_catalog'
index 2492271c92157b4f3d3a874ce2654a981a991595..19371d252ed0aff64546a9c38e5a180c19c50c96 100644 (file)
@@ -1,8 +1,8 @@
 
 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
 
index 0645a92d80c1436efda1bb11fa94aff5df59d3ca..4160245c7ad114c667e44596abe9d75f879c56df 100644 (file)
@@ -7,7 +7,7 @@ returns text as $$
 --      version and only bumped when database code changes.
 -- ----------------------------------------------------------------------
 begin
-    return '3.2';
+    return '3.2.3';
 end;
 $$ language plpgsql;
 
index 5e934a1f2f2c628e482cdc40cafce2258182f41e..acc51cae3a0c6dbd64a30a091601eb7676a36088 100644 (file)
@@ -1,6 +1,6 @@
 # pgq extension
 comment = 'Generic queue for PostgreSQL'
-default_version = '3.2'
+default_version = '3.2.3'
 relocatable = false
 superuser = true
 schema = 'pg_catalog'