forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf4f55d5
committed
Dodge a compiler bug affecting timetz_zone/timetz_izone.
This avoids a compiler bug occurring in AIX's xlc, even in prettylate-model revisions. Buildfarm testing has now confirmed thatonly 64-bit xlc is affected. Although we are contemplatingdropping support for xlc in v17, it's still supported in theback branches, so we need this fix.Back-patch of code changes from HEAD commit19fa977.(The test cases were already back-patched, in4a427b8 et al.)Discussion:https://postgr.es/m/CA+hUKGK=DOC+hE-62FKfZy=Ybt5uLkrg3zCZD-jFykM-iPn8yw@mail.gmail.com1 parentcdbe9c3 commitf4f55d5
1 file changed
+6
-4
lines changedLines changed: 6 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2861 | 2861 |
| |
2862 | 2862 |
| |
2863 | 2863 |
| |
| 2864 | + | |
2864 | 2865 |
| |
2865 | 2866 |
| |
2866 |
| - | |
2867 |
| - | |
| 2867 | + | |
| 2868 | + | |
2868 | 2869 |
| |
2869 | 2870 |
| |
2870 | 2871 |
| |
| |||
2894 | 2895 |
| |
2895 | 2896 |
| |
2896 | 2897 |
| |
| 2898 | + | |
2897 | 2899 |
| |
2898 | 2900 |
| |
2899 |
| - | |
2900 |
| - | |
| 2901 | + | |
| 2902 | + | |
2901 | 2903 |
| |
2902 | 2904 |
| |
2903 | 2905 |
| |
|
0 commit comments
Comments
(0)