forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitef777cb
committed
Remove unused variable in statext_mcv_serialize()
The itemlen variable used to be referenced in multiple places, but sincereworking the serialization code it's used only in one assert. Fixed byremoving the variable and calling the macro from the assert directly.Backpatch to 12, where this code was introduced.Reported-by: Jeff JanesDiscussion:https://postgr.es/m/CAMkU=1zc_ovH9NZd_9ovuiEWkF9yX06URUDdXCmgDydf-bqB5A@mail.gmail.com1 parent02e95a5 commitef777cb
1 file changed
+1
-2
lines changedLines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
911 | 911 |
| |
912 | 912 |
| |
913 | 913 |
| |
914 |
| - | |
915 | 914 |
| |
916 | 915 |
| |
917 |
| - | |
| 916 | + | |
918 | 917 |
| |
919 | 918 |
| |
920 | 919 |
| |
|
0 commit comments
Comments
(0)