aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/lmgr/lock.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/storage/lmgr/lock.c')
-rw-r--r--src/backend/storage/lmgr/lock.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/backend/storage/lmgr/lock.c b/src/backend/storage/lmgr/lock.c
index e53415cc5f8..6fcb4d43432 100644
--- a/src/backend/storage/lmgr/lock.c
+++ b/src/backend/storage/lmgr/lock.c
@@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/backend/storage/lmgr/lock.c,v 1.142 2004/09/29 15:15:55 tgl Exp $
+ * $PostgreSQL: pgsql/src/backend/storage/lmgr/lock.c,v 1.143 2004/10/25 00:46:41 neilc Exp $
*
* NOTES
* Outside modules can create a lock table and acquire/release
@@ -335,9 +335,6 @@ LockMethodTableInit(const char *tabName,
&info,
hash_flags);
- if (!LockMethodLocalHash[lockmethodid])
- elog(FATAL, "could not initialize lock table \"%s\"", tabName);
-
pfree(shmemName);
return lockmethodid;