forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0fbcb9d
committed
Fix unused-but-set-variable compiler warning in reorderbuffer.c.
On v13, this variable is only used for an assertion, so addingPG_USED_FOR_ASSERTS_ONLY is sufficient to suppress this warning onbuilds with assertions disabled. Older versions are unsupported,and newer versions use the variable for more than the assertion, sothis patch only needs to be applied to REL_13_STABLE.Reviewed-by: Tom LaneDiscussion:https://postgr.es/m/Z1dCFnzrP24O8WNR%40nathan1 parenta51ec08 commit0fbcb9d
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2468 | 2468 |
| |
2469 | 2469 |
| |
2470 | 2470 |
| |
2471 |
| - | |
| 2471 | + | |
2472 | 2472 |
| |
2473 | 2473 |
| |
2474 | 2474 |
| |
|
0 commit comments
Comments
(0)