Tom Lane <[EMAIL PROTECTED]> writes: > It'd be nice to get out from under the fixed-size-shmem restriction, but > I don't know any very portable way to do that.
Without knowing that part of the code at all it seems to me the logical approach would be to make the fsm steal its pages out of the shared buffers allocation. That is, you specify a total amount of shared memory to allocate and Postgres decides how much of it to use for shared buffers and how much for fsm. -- greg ---------------------------(end of broadcast)--------------------------- TIP 4: Have you searched our list archives? http://archives.postgresql.org