Re: Memory leak (possibly connected to postgis) leading to server crash
Tom Lane <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.bugs |
|---|---|
| Message-ID | <[email protected]> |
Roman Cervenak <[email protected]> writes: > I am trying to do > (gdb) p MemoryContextStats(TopMemoryContext) I think what you wanted to do is "call MemoryContextStats(TopMemoryContext)". "p" means "print". regards, tom lane