postgresql/src/backend/postmaster
Tom Lane 5999e78fc4 Another round of cleanups for dynahash.c (maybe it's finally clean of
portability issues).  Caller-visible data structures are now allocated
on MAXALIGN boundaries, allowing safe use of datatypes wider than 'long'.
Rejigger hash_create API so that caller specifies size of key and
total size of entry, not size of key and size of rest of entry.
This simplifies life considerably since each number is just a sizeof(),
and padding issues etc. are taken care of automatically.
2001-10-01 05:36:17 +00:00
..
Makefile Statistical system views (yet without the config stuff, but 2001-06-22 19:16:24 +00:00
pgstat.c Another round of cleanups for dynahash.c (maybe it's finally clean of 2001-10-01 05:36:17 +00:00
postmaster.c ISTM that IsUnderPostmaster should mean we are a child process of the 2001-09-30 20:08:18 +00:00