Remove unportable use of timezone in recent test
authorAlvaro Herrera <[email protected]>
Sun, 7 Aug 2022 08:19:40 +0000 (10:19 +0200)
committerAlvaro Herrera <[email protected]>
Sun, 7 Aug 2022 08:19:40 +0000 (10:19 +0200)
Per buildfarm member snapper

Discussion: https://postgr.es/m/129951.1659812518@sss.pgh.pa.us

src/test/modules/brin/t/02_wal_consistency.pl

index cc465bc0dfb99ca57558ec7748a3591ec58fcd82..f7dbb0d0141c21934776ab09cc21c566649b54a6 100644 (file)
@@ -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