From afe58c8b746cac1e2c3e9f0fc96a0f69a46c84d3 Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Sun, 7 Aug 2022 10:19:40 +0200 Subject: [PATCH] Remove unportable use of timezone in recent test Per buildfarm member snapper Discussion: https://postgr.es/m/129951.1659812518@sss.pgh.pa.us --- src/test/modules/brin/t/02_wal_consistency.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/modules/brin/t/02_wal_consistency.pl b/src/test/modules/brin/t/02_wal_consistency.pl index cc465bc0df..f7dbb0d014 100644 --- a/src/test/modules/brin/t/02_wal_consistency.pl +++ b/src/test/modules/brin/t/02_wal_consistency.pl @@ -46,7 +46,7 @@ $whiskey->safe_psql( do $$ declare - current timestamp with time zone := '2019-03-27 08:14:01.123456789 America/Punta_Arenas'; + current timestamp with time zone := '2019-03-27 08:14:01.123456789 UTC'; begin loop insert into tbl_timestamp0 select i from