@@ -1132,7 +1132,7 @@ azure_build_pg_autoctl(AzureRegionResources *azRegion)
11321132 * 
11331133 *   AZ_PG_VERSION ?= 13 
11341134 *   AZ_PGAF_DEB_VERSION ?= 1.4 
1135-  *   AZ_PGAF_DEB_REVISION ?= 1.4.1 -1 
1135+  *   AZ_PGAF_DEB_REVISION ?= 1.4.2 -1 
11361136 */ 
11371137bool 
11381138azure_prepare_target_versions (KeyVal  * env )
@@ -1147,7 +1147,7 @@ azure_prepare_target_versions(KeyVal *env)
11471147	/* default values */ 
11481148	sformat (env -> values [0 ], MAXCONNINFO , "13" );   /* AZ_PG_VERSION */ 
11491149	sformat (env -> values [1 ], MAXCONNINFO , "1.4" ); /* AZ_PGAF_DEB_VERSION */ 
1150- 	sformat (env -> values [2 ], MAXCONNINFO , "1.4.1 -1" ); /* AZ_PGAF_DEB_REVISION */ 
1150+ 	sformat (env -> values [2 ], MAXCONNINFO , "1.4.2 -1" ); /* AZ_PGAF_DEB_REVISION */ 
11511151
11521152	for  (int  i  =  0 ; i  <  3 ; i ++ )
11531153	{
@@ -1174,8 +1174,8 @@ azure_prepare_target_versions(KeyVal *env)
11741174 * target pg_auto_failover package on the Azure VMs. 
11751175 * 
11761176 *   sudo apt-get install -q -y                 \ 
1177-  *      postgresql-13-auto-failover-1.4=1.4.1 -1 \ 
1178-  *      pg-auto-failover-cli-1.4=1.4.0 -1 
1177+  *      postgresql-13-auto-failover-1.4=1.4.2 -1 \ 
1178+  *      pg-auto-failover-cli-1.4=1.4.2 -1 
11791179 * 
11801180 * We are using environment variables to fill in the actual version numbers, 
11811181 * and we hard-code some defaults in case the environment has not be provided 
0 commit comments