1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-08 22:02:03 +03:00

Remove unportable use of timezone in recent test

Per buildfarm member snapper

Discussion: https://postgr.es/m/129951.1659812518@sss.pgh.pa.us
This commit is contained in:
Alvaro Herrera 2022-08-07 10:19:40 +02:00
parent cbf4403134
commit afe58c8b74
No known key found for this signature in database
GPG Key ID: 1C20ACB9D5C564AE

@ -46,7 +46,7 @@ $whiskey->safe_psql(
do do
$$ $$
declare 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 begin
loop loop
insert into tbl_timestamp0 select i from insert into tbl_timestamp0 select i from