Re:Re: timestamptz test failed by postgresql 6.5.0

2021-01-03 Thread yangtao
em~~~, I read the release notes [1] right now. I try my best fix it as you suggested, and persuade my partners to not use version 9.6.0. Thanks for your help! Best Regards! Tao At 2021-01-04 14:36:30, "Tom Lane" wrote: >yangtao writes: >> Yes, I compile it by configure --with-

Re: timestamptz test failed by postgresql 6.5.0

2021-01-03 Thread Tom Lane
yangtao writes: > Yes, I compile it by configure --with-system-tzdata, should I remove it? > What's more, because some other components dependency, I must use version > 9.6.0. No. For god's sake, fix whatever components you are using that think they must have 9.6.0 rather than 9.6.later. Read

Re:Re: timestamptz test failed by postgresql 6.5.0

2021-01-03 Thread yangtao
Tom, Thanks! Yes, I compile it by configure --with-system-tzdata, should I remove it? What's more, because some other components dependency, I must use version 9.6.0. I also have tried the 9.6.5 version, find the timestamptz test case is updated. Best Regards! Tao At 2021-01-04 14:07:

Re: timestamptz test failed by postgresql 6.5.0

2021-01-03 Thread Tom Lane
yangtao writes: > Recently, I compile the Postgresql 9.6.0 on Linux by myself. However, I meet > one problem about the timestamptz.sql test case. > The expected timestamptz.out is different from the result of timestamptz.out > for ime zone America/Caracas and > America/Santiago Hm, did you use

timestamptz test failed by postgresql 6.5.0

2021-01-03 Thread yangtao
Recently, I compile the Postgresql 9.6.0 on Linux by myself. However, I meet one problem about the timestamptz.sql test case. The expected timestamptz.out is different from the result of timestamptz.out for ime zone America/Caracas and America/Santiago Part of expected timestamptz.out : DROP TA