- Notifications
You must be signed in to change notification settings - Fork5
Commitc0ef456
committed
Volatile-ize some plperl variables that must survive into PG_CATCH blocks.
This appears to be necessary to fix a failure seen on buildfarm membersittella. It shouldn't be necessary according to the letter of the Cstandard, because we don't change the values of these variables withinthe PG_TRY blocks; but somehow gcc 4.7.2 is dropping the ball.Discussion:https://postgr.es/m/17555.1485179975@sss.pgh.pa.us1 parent366d2a3 commitc0ef456
1 file changed
+4
-4
lines changedLines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1763 | 1763 |
| |
1764 | 1764 |
| |
1765 | 1765 |
| |
1766 |
| - | |
1767 |
| - | |
| 1766 | + | |
| 1767 | + | |
1768 | 1768 |
| |
1769 | 1769 |
| |
1770 | 1770 |
| |
| |||
1813 | 1813 |
| |
1814 | 1814 |
| |
1815 | 1815 |
| |
1816 |
| - | |
1817 |
| - | |
| 1816 | + | |
| 1817 | + | |
1818 | 1818 |
| |
1819 | 1819 |
| |
1820 | 1820 |
| |
|
0 commit comments
Comments
(0)