1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Cleanups.

This commit is contained in:
Bruce Momjian
1999-07-15 20:32:30 +00:00
parent fb38a5d8cf
commit 40a89e08b2
7 changed files with 36 additions and 18 deletions

View File

@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/storage/lmgr/lmgr.c,v 1.28 1999/07/15 15:19:51 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/storage/lmgr/lmgr.c,v 1.29 1999/07/15 20:32:27 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -47,7 +47,7 @@
extern Oid MyDatabaseId;
static MASK LockConflicts[] = {
static LOCKMASK LockConflicts[] = {
(int) NULL,
/* AccessShareLock */