Re: postgresql-7.3 implementation - Mailing list pgsql-novice

From Tom Lane
Subject Re: postgresql-7.3 implementation
Date
Msg-id 26803.1051112850@sss.pgh.pa.us
Whole thread Raw
In response to Re: postgresql-7.3 implementation  (radha.manohar@ndsu.nodak.edu)
Responses date&time vs timestamp question  ("Ron Mayer" <ron@intervideo.com>)
List pgsql-novice
radha.manohar@ndsu.nodak.edu writes:
> As I was walking through the source code, I encountered certain
> terminologies like Current Memory Context and portal
> What do these represent?

See src/backend/utils/mmgr/README for a discussion of memory contexts.
Not sure portals are very well documented anywhere, but think of 'em
as the implementation of cursors.

            regards, tom lane


pgsql-novice by date:

Previous
From: radha.manohar@ndsu.nodak.edu
Date:
Subject: Re: postgresql-7.3 implementation
Next
From: "Jay G. Scott"
Date:
Subject: PQexec just spins. burns CPU, doesn't do anything.