Re: dikkop seems unhappy because of openssl stuff (FreeBSD 14-BETA1)
Tomas Vondra <tomas.vondra@enterprisedb.com>
From: Tomas Vondra <tomas.vondra@enterprisedb.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2023-09-19T19:40:46Z
Lists: pgsql-hackers
On 9/19/23 18:45, Tom Lane wrote: > Tomas Vondra <tomas.vondra@enterprisedb.com> writes: >> I have no experience with tcl, but I tried this in the two tclsh >> versions installed no the system (8.6 and 8.7): > >> bsd@freebsd:~ $ tclsh8.7 >> % clock scan "1/26/2010" >> time value too large/small to represent > >> bsd@freebsd:~ $ tclsh8.6 >> % clock scan "1/26/2010" >> time value too large/small to represent > >> AFAIK this is what the tcl_date_week(2010,1,26) translates to. > > Oh, interesting. On my FreeBSD 13.1 arm64 system, it works: > > $ tclsh8.6 > % clock scan "1/26/2010" > 1264482000 > > I am now suspicious that there's some locale effect that we have > not observed before (though why not?). What is the result of > the "locale" command on your box? Mine gives > > $ locale > LANG=C.UTF-8 > LC_CTYPE="C.UTF-8" > LC_COLLATE="C.UTF-8" > LC_TIME="C.UTF-8" > LC_NUMERIC="C.UTF-8" > LC_MONETARY="C.UTF-8" > LC_MESSAGES="C.UTF-8" > LC_ALL= > bsd@freebsd:~ $ locale LANG=C.UTF-8 LC_CTYPE="C.UTF-8" LC_COLLATE="C.UTF-8" LC_TIME="C.UTF-8" LC_NUMERIC="C.UTF-8" LC_MONETARY="C.UTF-8" LC_MESSAGES="C.UTF-8" LC_ALL= bsd@freebsd:~ $ tclsh8.6 % clock scan "1/26/2010" time value too large/small to represent However, I wonder if there's something wrong with tcl itself, considering this: % clock format 1360558800 -format %D 02/11/2013 % clock scan 02/11/2013 -format %D time value too large/small to represent That's a bit strange - it seems tcl can format a timestamp, but then can't read it back in for some reason ... regards -- Tomas Vondra EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company
Commits
-
Remove environment sensitivity in pl/tcl regression test.
- 594866421433 16.1 landed
- f02154652d1a 17.0 landed
- fd6a06fccb65 14.10 landed
- ef595bf74459 15.5 landed
- e37842e959f2 12.17 landed
- 90ef9d9c9498 11.22 landed
- 6875bac64f90 13.13 landed