forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1f06b7f
committed
Avoid compiler warning in non-assert builds
After01575ad, expand_single_inheritance_child()'s parentOIDvariable is read only in an Assert, provoking a compiler warning innon-assert builds. Fix that by marking the variable withPG_USED_FOR_ASSERTS_ONLY.Per report and suggestion from David RowleyDiscussion:https://postgr.es/m/CAApHDvpjA_8Wxu4DCTRVAvPxC9atwMe6N%2ByvrcGsgb7mrfdpJA%40mail.gmail.com1 parent611806c commit1f06b7f
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
457 | 457 |
| |
458 | 458 |
| |
459 | 459 |
| |
460 |
| - | |
| 460 | + | |
| 461 | + | |
461 | 462 |
| |
462 | 463 |
| |
463 | 464 |
| |
|
0 commit comments
Comments
(0)