The following bug has been logged online: Bug reference: 4495 Logged by: Email address: [EMAIL PROTECTED] PostgreSQL version: Latest cvs Operating system: Error in source code Description: Memory leak in procarray.c Details:
In file src/backend/storage/ipc/procarray.c:386 I realize (from the comments) that xids is supposed to hold memory for the whole time of the programs execution, but it seems to me that it leaks memory when program is closed. Modern operating systems should release the memory when program is closed even if the application doesn't release it, but I thought about reporting this anyway. -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs