postgresql/src/include/storage
Tom Lane d7112cfa88 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
2008-11-02 21:24:52 +00:00
..
backendid.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
block.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
buf.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
buf_internals.h Allow ShowBufferUsage() to report the number of reads/writes that have 2008-09-17 13:15:55 +00:00
buffile.h Provide a build-time option to store large relations as single files, rather 2008-03-10 20:06:27 +00:00
bufmgr.h Unite ReadBufferWithFork, ReadBufferWithStrategy, and ZeroOrReadBuffer 2008-10-31 15:05:00 +00:00
bufpage.h Clean up buildfarm failures arising from the seemingly straightforward page 2008-07-14 03:22:32 +00:00
fd.h Provide a build-time option to store large relations as single files, rather 2008-03-10 20:06:27 +00:00
freespace.h Update FSM on WAL replay. This is a bit limited; the FSM is only updated 2008-10-31 19:40:27 +00:00
fsm_internals.h Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the 2008-09-30 10:52:14 +00:00
indexfsm.h Index FSMs needs to be vacuumed as well. Report by Jeff Davis. 2008-10-06 08:04:11 +00:00
ipc.h Repair two places where SIGTERM exit could leave shared memory state 2008-04-16 23:59:40 +00:00
item.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
itemid.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
itempos.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
itemptr.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
large_object.h Separate snapshot management code from tuple visibility code, create a 2008-03-26 16:20:48 +00:00
lmgr.h Restructure some header files a bit, in particular heapam.h, by removing some 2008-05-12 00:00:54 +00:00
lock.h Widen the nLocks counts in local lock tables from int to int64. This 2008-09-16 01:56:26 +00:00
lwlock.h Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the 2008-09-30 10:52:14 +00:00
off.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
pg_sema.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
pg_shmem.h Remove the last vestiges of the MAKE_PTR/MAKE_OFFSET mechanism. We haven't 2008-11-02 21:24:52 +00:00
pmsignal.h Rewrite the sinval messaging mechanism to reduce contention and avoid 2008-06-19 21:32:56 +00:00
pos.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
proc.h Remove the last vestiges of the MAKE_PTR/MAKE_OFFSET mechanism. We haven't 2008-11-02 21:24:52 +00:00
procarray.h Improve CREATE/DROP/RENAME DATABASE so that when failing because the source 2008-08-04 18:03:46 +00:00
relfilenode.h Use fork names instead of numbers in the file names for additional 2008-10-06 14:13:17 +00:00
s_lock.h Support for Sun Studio compiler on Linux 2008-10-29 16:06:47 +00:00
shmem.h Remove the last vestiges of the MAKE_PTR/MAKE_OFFSET mechanism. We haven't 2008-11-02 21:24:52 +00:00
sinval.h Rewrite the sinval messaging mechanism to reduce contention and avoid 2008-06-19 21:32:56 +00:00
sinvaladt.h Teach autovacuum how to determine whether a temp table belongs to a crashed 2008-07-01 02:09:34 +00:00
smgr.h Introduce the concept of relation forks. An smgr relation can now consist 2008-08-11 11:05:11 +00:00
spin.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00