forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitce5d04b
committed
Fix under-parenthesized macro definitions
Lack of parens in the definitions could cause a statement using thesemacros to have unexpected semantics. In current code no bug isapparent, but best to fix the definitions to avoid problems down theline.Reported-by: Tom LaneDiscussion:https://postgr.es/m/19795.1568400476@sss.pgh.pa.us1 parent6212276 commitce5d04b
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3312 | 3312 |
| |
3313 | 3313 |
| |
3314 | 3314 |
| |
3315 |
| - | |
3316 |
| - | |
| 3315 | + | |
| 3316 | + | |
3317 | 3317 |
| |
3318 | 3318 |
| |
3319 | 3319 |
| |
|
0 commit comments
Comments
(0)