Remove unportable use of timezone in recent test

Per buildfarm member snapper

Discussion: https://postgr.es/m/129951.1659812518@sss.pgh.pa.us
pull/106/head
Alvaro Herrera 3 years ago
parent 8c5d9ccca9
commit 1626590f2e
No known key found for this signature in database
GPG Key ID: 1C20ACB9D5C564AE
  1. 2
      src/test/modules/brin/t/02_wal_consistency.pl

@ -44,7 +44,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

Loading…
Cancel
Save