Re: [COMMITTERS] pgsql: Introduce group locking to prevent parallel processes from deadl

2016-02-13 Thread Tom Lane
Robert Haas writes: > Introduce group locking to prevent parallel processes from deadlocking. I'm fairly unhappy about this patch, because it has introduced a large amount of new complexity into the lock manager with effectively no documentation. Yeah, there's several paragraphs added to lmgr/RE

[COMMITTERS] pgsql: Make GetLockStatusData's header comment resemble reality.

2016-02-13 Thread Tom Lane
Make GetLockStatusData's header comment resemble reality. The API spec for this function was changed completely (and for the better) by commit 3cba8999b343648c4c528432ab3d51400194e93b, but it didn't bother with anything as mundane as updating the comments. Branch -- master Details --- ht