Make LockDatabaseObject() AcceptInvalidationMessages().
authorRobert Haas <rhaas@postgresql.org>
Mon, 16 Aug 2010 02:02:28 +0000 (02:02 +0000)
committerRobert Haas <rhaas@postgresql.org>
Mon, 16 Aug 2010 02:02:28 +0000 (02:02 +0000)
commit66b14030e889f09b49b3be9b93d63a00289d73c7
tree2409e18ade4794e42f73235972e3af9b359a975f
parentb49c879015d03081c3a515bca25681ca3d50cead
Make LockDatabaseObject() AcceptInvalidationMessages().

This is appropriate for the same reasons we already do it in
LockSharedObject(): things might have changed while we were waiting
for the lock.  There doesn't seem to be a live bug here at the moment,
but that's mostly because it isn't currently used for very much.
src/backend/storage/lmgr/lmgr.c