forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita0a40f6
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 parentda47e43 commita0a40f6
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3300 | 3300 |
| |
3301 | 3301 |
| |
3302 | 3302 |
| |
3303 |
| - | |
3304 |
| - | |
| 3303 | + | |
| 3304 | + | |
3305 | 3305 |
| |
3306 | 3306 |
| |
3307 | 3307 |
| |
|
0 commit comments
Comments
(0)