forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5463319
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 parentd568d2f commit5463319
1 file changed
+6
-4
lines changedLines changed: 6 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3089 | 3089 |
| |
3090 | 3090 |
| |
3091 | 3091 |
| |
| 3092 | + | |
3092 | 3093 |
| |
3093 | 3094 |
| |
3094 |
| - | |
3095 |
| - | |
| 3095 | + | |
| 3096 | + | |
3096 | 3097 |
| |
3097 | 3098 |
| |
3098 | 3099 |
| |
| |||
3122 | 3123 |
| |
3123 | 3124 |
| |
3124 | 3125 |
| |
| 3126 | + | |
3125 | 3127 |
| |
3126 | 3128 |
| |
3127 |
| - | |
3128 |
| - | |
| 3129 | + | |
| 3130 | + | |
3129 | 3131 |
| |
3130 | 3132 |
| |
3131 | 3133 |
| |
|
0 commit comments
Comments
(0)