Re: Putting code in main of src/backend/main/main.c

From: "Sumaira Ali -" <nat_lazy(at)hotmail(dot)com>
To: tgl(at)sss(dot)pgh(dot)pa(dot)us
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Putting code in main of src/backend/main/main.c
Date: 2003-04-26 01:37:44
Message-ID: BAY1-F961IfpT8vWyu900010d5a@hotmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

<html><div style='background-color:'><DIV>
<P><BR><BR></P></DIV>
<DIV></DIV>
<DIV></DIV>&gt;From: Tom Lane <TGL(at)SSS(dot)PGH(dot)PA(dot)US>
<DIV></DIV>&gt;To: "Sumaira Ali -" <NAT_LAZY(at)HOTMAIL(dot)COM>
<DIV></DIV>&gt;CC: pgsql-hackers(at)postgresql(dot)org
<DIV></DIV>&gt;Subject: Re: [HACKERS] Putting code in main of src/backend/main/main.c
<DIV></DIV>&gt;Date: Fri, 25 Apr 2003 00:28:19 -0400
<DIV></DIV>&gt;
<DIV></DIV>&gt;"Sumaira Ali -" <NAT_LAZY(at)HOTMAIL(dot)COM>writes:
<DIV></DIV>&gt; &gt;
<P>What do you mean by underlying state? And also, each each time any process (transaction)wants to acqure a lock it calls LockAcquire (and if we put our code to update our linkedlist)and won't that ways each processes's actions be recorded in the linkedlist.</P>
<DIV></DIV>&gt;
<DIV></DIV>&gt;Not unless you keep the linked list in shared memory --- at which point
<DIV></DIV>&gt;it is surely duplicative of the lists the lock manager already maintains.
<DIV></DIV>&gt;
<DIV></DIV>&gt; regards, tom lane
<DIV>Is LockData the data structure of Lock.h and <FONT size=2>GetLockStatusData(</FONT><FONT color=#0000ff size=2>void</FONT><FONT size=2>) the funciton that returns the all hte information relating to locks (being waited for and taken up by differnt transactions) in postgresql?</FONT></DIV>
<DIV><FONT size=2>thanks</FONT></DIV>
<DIV><FONT size=2>sumaira</FONT></DIV></div><br clear=all><hr>Add photos to your e-mail with <a href="http://g.msn.com/8HMVENUS/2746">MSN 8.</a> Get 2 months FREE*.</html>

Attachment Content-Type Size
unknown_filename text/html 1.5 KB

Browse pgsql-hackers by date

  From Date Subject
Next Message Dave Page 2003-04-26 08:53:17 Re: pg_constraint and constraint triggers
Previous Message Joe Conway 2003-04-25 22:45:40 conflicting libraries at runtime