postgresql/src/backend/storage
Peter Eisentraut a7b7b07af3 Enable probes to work with Mac OS X Leopard and other OSes that will
support DTrace in the future.

Switch from using DTRACE_PROBEn macros to the dynamically generated macros.
Use "dtrace -h" to create a header file that contains the dynamically
generated macros to be used in the source code instead of the DTRACE_PROBEn
macros.  A dummy header file is generated for builds without DTrace support.

Author: Robert Lor <Robert.Lor@sun.com>
2008-03-17 19:44:41 +00:00
..
buffer Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00
file Provide a build-time option to store large relations as single files, rather 2008-03-10 20:06:27 +00:00
freespace Reduce memory consumption during VACUUM of large relations, by using 2008-03-10 02:04:10 +00:00
ipc Move ProcState definition into sinvaladt.c from sinvaladt.h, since it's not 2008-03-17 11:50:27 +00:00
large_object Fix another place that was assuming that a local variable declared as 2008-03-01 19:26:22 +00:00
lmgr Enable probes to work with Mac OS X Leopard and other OSes that will 2008-03-17 19:44:41 +00:00
page Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00
smgr Provide a build-time option to store large relations as single files, rather 2008-03-10 20:06:27 +00:00
Makefile Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00