From: John James <john0012001us(at)yahoo(dot)com>
To: Hackers List <pgsql-hackers(at)postgresql(dot)org>
Subject:
Date: 2001-12-08 09:41:01
Message-ID: 20011208094101.9777.qmail@web21208.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Hi ppl,

Actually i am trying to locate the physical memeory
location where a computation of a query is done e.g.
if I am trying to find out the sum of 1000 record
values of salaries and i want to know the actual
physical location of the memory where the SPI (server
programmimg Interface) allocates it through the Upper
Memory Executer by the "palloc" funtion of 'C'.

the whole idea is to retrieve the partial computation
of the queries very through fast this memory location.

regards,
J. James

__________________________________________________
Do You Yahoo!?
Send your FREE holiday greetings online!
http://greetings.yahoo.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message John James 2001-12-08 12:07:04 mapping physical memeory space
Previous Message thomas 2001-12-08 03:24:41 pgsql/doc/src/sgml Makefile cvs.sgml datatype. ...