forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd8c2877
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 parented697c4 commitd8c2877
1 file changed
+6
-4
lines changedLines changed: 6 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2830 | 2830 |
| |
2831 | 2831 |
| |
2832 | 2832 |
| |
| 2833 | + | |
2833 | 2834 |
| |
2834 | 2835 |
| |
2835 |
| - | |
2836 |
| - | |
| 2836 | + | |
| 2837 | + | |
2837 | 2838 |
| |
2838 | 2839 |
| |
2839 | 2840 |
| |
| |||
2863 | 2864 |
| |
2864 | 2865 |
| |
2865 | 2866 |
| |
| 2867 | + | |
2866 | 2868 |
| |
2867 | 2869 |
| |
2868 |
| - | |
2869 |
| - | |
| 2870 | + | |
| 2871 | + | |
2870 | 2872 |
| |
2871 | 2873 |
| |
2872 | 2874 |
| |
|
0 commit comments
Comments
(0)