Lock structures - Mailing list pgsql-hackers

From Bruce Momjian
Subject Lock structures
Date
Msg-id 200102231923.OAA20548@candle.pha.pa.us
Whole thread Raw
List pgsql-hackers
Sorry to have been too brief:
 * Merge LockMethodCtl and LockMethodTable into one shared structure (Bruce)

Basically, lock methods are now stored in structures, one in shared
memory with a spinlock, and another in normal memory created by the
postmaster.  The goal for 7.2 is to merge these into one shared memory
structure to clarify the code.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Lock structures
Next
From: Lamar Owen
Date:
Subject: Re: beta5 packages ...