Re: Putting code in main of src/backend/main/main.c - Mailing list pgsql-hackers

From Sumaira Ali -
Subject Re: Putting code in main of src/backend/main/main.c
Date
Msg-id BAY1-F431Ed28kIN4Mm000046aa@hotmail.com
Whole thread Raw
In response to Putting code in main of src/backend/main/main.c  ("S -" <nat_lazy@hotmail.com>)
Responses Re: Putting code in main of src/backend/main/main.c  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
<div style="background-color:"><div><div></div>>"S -" writes: </div><div></div>> > We are working on a project
wherewe want to create a single linked list <div></div>> > that holds information of all the locks taken or being
waitedfor by <div></div>> > transactions in Postgresql. <div></div>> <div></div>>How will you maintain such
alist, when the underlying state is <div></div><p>>constantly being changed by many different processes? <p>What do
youmean 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
thelinkedlist.<p>thanks<p>-sumaira<div></div><div></div></div><br clear="all" /><hr />The new <a
href="http://g.msn.com/8HMAENUS/2737">MSN8:</a> smart spam protection and 2 months FREE*  

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: compile error on cvs tip
Next
From: Tom Lane
Date:
Subject: Re: Putting code in main of src/backend/main/main.c