pgsql: Unbreak lock conflict detection for Hot Standby. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Unbreak lock conflict detection for Hot Standby.
Date
Msg-id E1TwFZD-0001lh-26@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Unbreak lock conflict detection for Hot Standby.

This got broken in the original fast-path locking patch, because
I failed to account for the fact that Hot Standby startup process
might take a strong relation lock on a relation in a database to
which it is not bound, and confused MyDatabaseId with the database
ID of the relation being locked.

Report and diagnosis by Andres Freund.  Final form of patch by me.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/d8c3896626e9fa48c9ebadc31850d54a791a08e3

Modified Files
--------------
src/backend/storage/lmgr/lock.c |   12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Unbreak lock conflict detection for Hot Standby.
Next
From: Bruce Momjian
Date:
Subject: pgsql: Rename new latex longtable function name, for consistency