- Notifications
You must be signed in to change notification settings - Fork5
Commit81ba934
committed
Fix missing "volatile" in PLy_output().
Commit5c3c3cd plastered "volatile" on a bunch of variablesin PLy_output(), but removed the one that actually mattered, ie theone on "oldcontext". This allows some versions of clang to generatecode in which "oldcontext" has been trashed when control reaches thePG_CATCH block. Per buildfarm member tick.1 parentee5dbc8 commit81ba934
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
404 | 404 |
| |
405 | 405 |
| |
406 | 406 |
| |
407 |
| - | |
| 407 | + | |
408 | 408 |
| |
409 | 409 |
| |
410 | 410 |
| |
|
0 commit comments
Comments
(0)