From 3d59ad00e8cc6a1bd919280be839fca152149ec2 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Thu, 27 Sep 2001 16:29:13 +0000 Subject: Remove useless LockDisable() function and associated overhead, per my proposal of 26-Aug. --- src/backend/bootstrap/bootstrap.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/backend/bootstrap/bootstrap.c') diff --git a/src/backend/bootstrap/bootstrap.c b/src/backend/bootstrap/bootstrap.c index 41b932a653b..6a0a1306e21 100644 --- a/src/backend/bootstrap/bootstrap.c +++ b/src/backend/bootstrap/bootstrap.c @@ -8,7 +8,7 @@ * Portions Copyright (c) 1994, Regents of the University of California * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/bootstrap/bootstrap.c,v 1.115 2001/08/25 00:31:17 petere Exp $ + * $Header: /cvsroot/pgsql/src/backend/bootstrap/bootstrap.c,v 1.116 2001/09/27 16:29:12 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -389,7 +389,6 @@ BootstrapMain(int argc, char *argv[]) * backend initialization */ InitPostgres(dbName, NULL); - LockDisable(true); for (i = 0; i < MAXATTR; i++) { -- cgit v1.2.3