Re: Memory leak (possibly connected to postgis) leading to server crash
Roman Cervenak <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.bugs |
|---|---|
| Message-ID | <CAGjExY2oYp162GVi-gdQ4s0++3BQnT3Kyqnq3WmAKJy9H_WNdw@mail.gmail.com> |
Same error with call. On Wed, Dec 11, 2019, 17:49 Tom Lane <[email protected]> wrote: > 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 >