forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2ede93d
committed
Fix compile failure
REL_11_STABLE's configure does not select C99 mode by default, so usingC99 block initializer broke the build for some compilers. Revert to C89in that branch.Author: Michaël PaquierDiscussion:https://postgr.es/m/20190710070122.GE1031@paquier.xyz1 parent1cde7fe commit2ede93d
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15271 | 15271 |
| |
15272 | 15272 |
| |
15273 | 15273 |
| |
| 15274 | + | |
15274 | 15275 |
| |
15275 | 15276 |
| |
15276 | 15277 |
| |
| |||
15280 | 15281 |
| |
15281 | 15282 |
| |
15282 | 15283 |
| |
15283 |
| - | |
| 15284 | + | |
15284 | 15285 |
| |
15285 | 15286 |
| |
15286 | 15287 |
| |
|
0 commit comments
Comments
(0)