Re: IndexTupleDSize macro seems redundant
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Stephen Frost <sfrost@snowman.net>
Cc: Robert Haas <robertmhaas@gmail.com>,
Amit Kapila <amit.kapila16@gmail.com>,
Ildar Musin <i.musin@postgrespro.ru>,
Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2018-01-11T23:19:08Z
Lists: pgsql-hackers
Stephen Frost <sfrost@snowman.net> writes: > Updated (combined) patch attached for review. I went through and looked > again to make sure there weren't any cases of making an unaligned > pointer to a struct and didn't see any, and I added some comments to > _bt_restore_page(). Looks OK from here. regards, tom lane
Commits
-
Remove redundant IndexTupleDSize macro.
- d79e7e92bf2a 11.0 landed