Question regarding the internal memory management

From: "Biker Conrad" <bikerc(at)yahoo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Question regarding the internal memory management
Date: 2002-01-18 08:09:38
Message-ID: a28la8$1jjj$1@news.tht.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi, there:

I am new to postgreSQL and I was wondering where I can find more information
regarding the memory allocation and deallocation process in postgreSQL.
Basically, I read the parser yacc grammar (src/backend/parser/gram.y) and I
couldn't figure out when does the program deallocate the nodes created
during the parsing process (using the makeNode macro) in case there are
parsing errors. If didn't have time to dig more and I thought maybe someone
can answer my question or can direct me to some documentation about this
topic.

Thank you

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Holger Krug 2002-01-18 09:10:16 Re: Question regarding the internal memory management
Previous Message Kaare Rasmussen 2002-01-18 07:39:35 Re: Books on PostgreSQL