Re: drop support for Python 2.3
Devrim GÜNDÜZ <devrim@gunduz.org>
From: Devrim Gündüz <devrim@gunduz.org>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2017-02-20T04:33:32Z
Lists: pgsql-hackers
Hi, On Sun, 2017-02-19 at 16:20 -0500, Tom Lane wrote: > Well, that test is checking which week-of-the-year a Sunday midnight is > considered to fall into. There could be an edge-case bug in Tcl itself, > or a problem with the time zone data, or maybe if you're setting LC_TIME > to tr_TR, that changes whether weeks are considered to start on Sunday > or Monday? Although if that were the explanation I'd have expected this > test to fail in tr_TR locale on pretty much any platform. Weird. All LC_* settings are en_GB.UTF-8 on this server. > Whatever, even if it's a bug it's not our bug. I've adjusted the test to > check the following Tuesday, so as to dodge the edge case. Thanks! Looks like buildfarm is green again. Regards, -- Devrim Gündüz EnterpriseDB: http://www.enterprisedb.com PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer Twitter: @DevrimGunduz , @DevrimGunduzTR
Commits
-
Adjust PL/Tcl regression test to dodge a possible bug or zone dependency.
- 5b5b2fb4035d 9.2.21 landed
- dd2d437e8ee7 9.4.12 landed
- d27a48ad63f4 9.6.3 landed
- a8aeb871d914 9.5.7 landed
- 300ac7ff190f 9.3.17 landed
- 170511b30da4 10.0 landed