mirror of
https://github.com/postgres/postgres.git
synced 2025-10-29 22:49:41 +03:00
This patch is the next step towards (re)allowing fork/exec.
Claudio Natoli
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $PostgreSQL: pgsql/src/include/storage/lock.h,v 1.75 2003/12/01 21:59:25 momjian Exp $
|
||||
* $PostgreSQL: pgsql/src/include/storage/lock.h,v 1.76 2003/12/20 17:31:21 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -86,8 +86,6 @@ typedef uint16 LOCKMETHODID;
|
||||
*/
|
||||
typedef struct LockMethodData
|
||||
{
|
||||
HTAB *lockHash;
|
||||
HTAB *proclockHash;
|
||||
LOCKMETHODID lockmethodid;
|
||||
int numLockModes;
|
||||
LOCKMASK conflictTab[MAX_LOCKMODES];
|
||||
|
||||
Reference in New Issue
Block a user