Amir Zicherman <amir(dot)zicherman(at)gmail(dot)com> writes:
> what does it mean when one lock mode conflicts with another
It means that a holder of the one lock type will block a requestor
of the other lock type (on the same lockable object, of course).
regards, tom lane