don't use MAKE_PTR/OFFSET for shmem pointers - Mailing list pgsql-hackers

From Kris Jurka
Subject don't use MAKE_PTR/OFFSET for shmem pointers
Date
Msg-id Pine.BSO.4.64.0810281622240.9851@leary.csoft.net
Whole thread Raw
Responses Re: don't use MAKE_PTR/OFFSET for shmem pointers
List pgsql-hackers
Since we require every process to map the shared memory region to the same 
address, we don't need the MAKE_PTR/OFFSET code that was needed when that
was not the case.  This patch makes shared memory pointers just like 
regular pointers.

http://archives.postgresql.org/pgsql-general/2007-08/msg01510.php

Kris Jurka

pgsql-hackers by date:

Previous
From: Grzegorz Jaskiewicz
Date:
Subject: Re: current head fails regression tests on mac osx
Next
From: Simon Riggs
Date:
Subject: Re: Re: [COMMITTERS] pgsql: Rework subtransaction commit protocol for hot standby.