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

From Tom Lane
Subject Re: Putting code in main of src/backend/main/main.c
Date
Msg-id 6264.1051244899@sss.pgh.pa.us
Whole thread Raw
In response to Re: Putting code in main of src/backend/main/main.c  ("Sumaira Ali -" <nat_lazy@hotmail.com>)
List pgsql-hackers
"Sumaira Ali -" <nat_lazy@hotmail.com> writes:
> <P>What do you mean by underlying state? And also, each each time any process (transaction)wants to acqure a lock it
callsLockAcquire (and if we put our code to update our linkedlist)and won't that ways each processes's actions be
recordedin the linkedlist.</P>
 

Not unless you keep the linked list in shared memory --- at which point
it is surely duplicative of the lists the lock manager already maintains.
        regards, tom lane



pgsql-hackers by date:

Previous
From: "Sumaira Ali -"
Date:
Subject: Re: Putting code in main of src/backend/main/main.c
Next
From: Joe Conway
Date:
Subject: Re: compile error on cvs tip