forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit170511b
committed
Adjust PL/Tcl regression test to dodge a possible bug or zone dependency.
One case in the PL/Tcl tests is observed to fail on RHEL5 with a Turkishtime zone setting. It's not clear if this is an old Tcl bug or somethingodd about the zone data, but in any case that test is meant to see if theTcl [clock] command works at all, not what its corner-case behaviors are.Therefore we have no need to test exactly which week a Sunday midnight isconsidered to fall into. Probe the following Tuesday instead.Discussion:https://postgr.es/m/797.1487517822@sss.pgh.pa.us1 parent65d508f commit170511b
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
544 | 544 |
| |
545 | 545 |
| |
546 | 546 |
| |
547 |
| - | |
| 547 | + | |
548 | 548 |
| |
549 | 549 |
| |
550 | 550 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
599 | 599 |
| |
600 | 600 |
| |
601 | 601 |
| |
602 |
| - | |
| 602 | + | |
603 | 603 |
| |
604 | 604 |
| |
605 | 605 |
| |
|
0 commit comments
Comments
(0)