"Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote
>
> What would people like to hear about?
>
I am really interested in the concurrency control part of the PostgreSQL. I
can see the MVCC/lock rules there, and basically I can follow them -- but
there are so many if-else in the rules, so the problem always for me is: how
can we gaurantee that the rules are complete and correct? So I guess I may
miss a big picture somewhere.
Regards,
Qingqing