PageAddItemExtended(): Add LP_UNUSED assertion.
authorPeter Geoghegan <pg@bowt.ie>
Mon, 29 Mar 2021 03:10:02 +0000 (20:10 -0700)
committerPeter Geoghegan <pg@bowt.ie>
Mon, 29 Mar 2021 03:10:02 +0000 (20:10 -0700)
commit30aaab26e52144097a1a5bbb0bb66ea1ebc0cb81
treec8ac94fb4fb5c54b94a718893991f3e516d12a9a
parentf58b230ed0dba2a3d396794a2ec84541e321d92d
PageAddItemExtended(): Add LP_UNUSED assertion.

Assert that LP_UNUSED items have no storage.  If it's worth having
defensive code in non-assert builds then it's worth having an assertion
as well.
src/backend/storage/page/bufpage.c