Can anyone explain this ?
My question is -
What is lnext:; , lreplace:; in postgres code ?
I found lnext:; in 1501 and lreplace:; in 2065 in execMain.c file.
--
Thank You,
Subham Roy.
CSE,
IIT Bombay.
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make
I
increase the stack depth limit to a large value ?
--
Thank You,
Subham Roy.
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers
not working.
But if I don't set its stack address then it is working. But I need to do
that because when my thread body is big then it is causing stack fault.
So if I cannot set its stack address then Can I increase the stack depth
limit to a large value ?
--
Thank You,
Subham Roy.
>
is not thread-safe, so you can't safely create
> any threads in server code. Not even a single one. And even if you
> could, you should not mess with stack base addresses.
>
> --
>Heikki Linnakangas
>EnterpriseDB http://www.enterprisedb.com
>
--
Thank You,
Sub
de does not work.
Kindly, suggest me how to run the postgres in "backend" mode. I have to
understand its code thoroughly to do my postgres project.
Thank You,
Subham Roy,
CSE,
IIT Bombay.
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers
flow of the code but not understanding the semantics of its
data-structures and its region based memory management.
Kindly, if anybody can give some Ideas or Suggestions.
Thank You,
Subham Roy,
CSE,
IIT Bombay.
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To
cut technique.
--
Thank You,
Subham Roy,
CSE IIT Bombay.
any tools available in Linux
for measuring the performance of queries of databases such as Oracle 11g,
Postgres, etc.
Any suggestions will be very helpful.
--
Thank You,
Subham Roy,
CSE IIT Bombay.
*Likewise, can I do this in Postgres? "set timing on" does not work in
Postgres.
Also is there any free tools available in Linux for doing so?
On Sun, Mar 27, 2011 at 10:20 PM, Gurjeet Singh wrote:
> On Sun, Mar 27, 2011 at 9:22 AM, SUBHAM ROY wrote:
>
>> Hi,
>> I a