diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2005-06-17 22:32:51 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2005-06-17 22:32:51 +0000 |
| commit | d0a89683a3a4dd8e76ef0a99101355999e519df5 (patch) | |
| tree | b19aaf7f03cbcc851b00ca6e472cc7d3e5a20ca1 /src/include/storage/lmgr.h | |
| parent | 5495575903e35ceb40d32055ab55e9377460208f (diff) | |
| download | postgresql-d0a89683a3a4dd8e76ef0a99101355999e519df5.tar.gz | |
Two-phase commit. Original patch by Heikki Linnakangas, with additional
hacking by Alvaro Herrera and Tom Lane.
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 */ |
