diff options
Diffstat (limited to 'src/include/storage/lmgr.h')
| -rw-r--r-- | src/include/storage/lmgr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/storage/lmgr.h b/src/include/storage/lmgr.h index cdbf8ad406..3a83c26c7d 100644 --- a/src/include/storage/lmgr.h +++ b/src/include/storage/lmgr.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/storage/lmgr.h,v 1.49 2005/06/14 22:15:33 tgl Exp $ + * $PostgreSQL: pgsql/src/include/storage/lmgr.h,v 1.50 2005/06/17 22:32:50 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -41,7 +41,7 @@ * so increase that if you want to add more modes. */ -extern void InitLockTable(int maxBackends); +extern void InitLockTable(void); extern void RelationInitLockInfo(Relation relation); /* Lock a relation */ |
