Fix logic to detect conflicts or blocks involving exclusive locks in parallel restore...
authorAndrew Dunstan <andrew@dunslane.net>
Sun, 12 Apr 2009 21:02:44 +0000 (21:02 +0000)
committerAndrew Dunstan <andrew@dunslane.net>
Sun, 12 Apr 2009 21:02:44 +0000 (21:02 +0000)
commitca3afd2f0a05791a0e47f7ae3cdae3f90a594c70
tree5de4f341d71920b83a3007f1fe34e196c6a9a8a1
parentd487b3df34ecdecc35a977688980b66a08abcd01
Fix logic to detect conflicts or blocks involving exclusive locks in parallel restore items.
If a currently running item needs an exclusive lock on any item that the candidate items needs
any sort of lock on, or vice versa, then the candidate item is not allowed to run now, and
must wait till later.
src/bin/pg_dump/pg_backup_archiver.c