projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbf4403
)
Remove unportable use of timezone in recent test
author
Alvaro Herrera
Sun, 7 Aug 2022 08:19:40 +0000
(10:19 +0200)
committer
Alvaro Herrera
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
patch
|
blob
|
blame
|
history
diff --git
a/src/test/modules/brin/t/02_wal_consistency.pl
b/src/test/modules/brin/t/02_wal_consistency.pl
index cc465bc0dfb99ca57558ec7748a3591ec58fcd82..f7dbb0d0141c21934776ab09cc21c566649b54a6 100644
(file)
--- 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