forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit58bc481
committed
Avoid "variable might be clobbered by longjmp" warning.
On older-model gcc, the original coding of UTILITY_BEGIN_QUERY() candraw this error because of multiple assignments to _needCleanup.Rather than mark that variable volatile, we can suppress the warningby arranging to have just one unconditional assignment before PG_TRY.1 parent473ab40 commit58bc481
1 file changed
+2
-5
lines changedLines changed: 2 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
380 | 380 |
| |
381 | 381 |
| |
382 | 382 |
| |
383 |
| - | |
| 383 | + | |
384 | 384 |
| |
385 |
| - | |
386 |
| - | |
387 |
| - | |
388 |
| - | |
| 385 | + | |
389 | 386 |
| |
390 | 387 |
| |
391 | 388 |
| |
|
0 commit comments
Comments
(0)