mcv compiler warning
Jeff Janes <jeff.janes@gmail.com>
From: Jeff Janes <jeff.janes@gmail.com>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2019-07-05T14:13:25Z
Lists: pgsql-hackers
Attachments
- mcv_assert_warning.patch (application/octet-stream) patch
One of the recent mcv commits introduced an unused variable warning. mcv.c: In function 'statext_mcv_serialize': mcv.c:914:7: warning: unused variable 'itemlen' [-Wunused-variable] int itemlen = ITEM_SIZE(dim); The attached fixes it. Cheers, Jeff
Commits
-
Remove unused variable in statext_mcv_serialize()
- a5dc37866add 12.0 landed
- ef777cb093e8 13.0 landed