forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit85c9dda
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 parent9208c6f commit85c9dda
1 file changed
+6
-4
lines changedLines changed: 6 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3102 | 3102 |
| |
3103 | 3103 |
| |
3104 | 3104 |
| |
| 3105 | + | |
3105 | 3106 |
| |
3106 | 3107 |
| |
3107 |
| - | |
3108 |
| - | |
| 3108 | + | |
| 3109 | + | |
3109 | 3110 |
| |
3110 | 3111 |
| |
3111 | 3112 |
| |
| |||
3135 | 3136 |
| |
3136 | 3137 |
| |
3137 | 3138 |
| |
| 3139 | + | |
3138 | 3140 |
| |
3139 | 3141 |
| |
3140 |
| - | |
3141 |
| - | |
| 3142 | + | |
| 3143 | + | |
3142 | 3144 |
| |
3143 | 3145 |
| |
3144 | 3146 |
| |
|
0 commit comments
Comments
(0)