Remove the last vestiges of the MAKE_PTR/MAKE_OFFSET mechanism. We haven't

Tom Lane <tgl@sss.pgh.pa.us>

Commit: d7112cfa884e5125a20a24590f193ceebedf0146
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2008-11-02T21:24:52Z
Releases: 8.4.0
Remove the last vestiges of the MAKE_PTR/MAKE_OFFSET mechanism.  We haven't
allowed different processes to have different addresses for the shmem segment
in quite a long time, but there were still a few places left that used the
old coding convention.  Clean them up to reduce confusion and improve the
compiler's ability to detect pointer type mismatches.

Kris Jurka

Files