Re: Locks, more complicated than I orginally thought - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Locks, more complicated than I orginally thought
Date
Msg-id 20912.1012237027@sss.pgh.pa.us
Whole thread Raw
In response to Locks, more complicated than I orginally thought  (Chris Humphries <chumphries@devis.com>)
List pgsql-hackers
Chris Humphries <chumphries@devis.com> writes:
>      Now my question is that, would it be "ok" to have a locks
>   linked list that held all the locks, and their information
>   in the function calls that make the lock?

Huh?  The lock manager keeps lists that show all the locks held by a
given process.  These data structures are even rather better documented
than is usual for Postgres: src/backend/storage/lmgr/README.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Chris Humphries
Date:
Subject: Locks, more complicated than I orginally thought
Next
From: Tom Lane
Date:
Subject: Improving backend launch time by preloading relcache