mirror of
https://github.com/postgres/postgres.git
synced 2025-11-07 19:06:32 +03:00
Back out LOCK A,B,C patch at Tom's suggestion.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: parsenodes.h,v 1.137 2001/08/04 19:38:59 momjian Exp $
|
||||
* $Id: parsenodes.h,v 1.138 2001/08/04 22:01:39 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -760,7 +760,7 @@ typedef struct VariableResetStmt
|
||||
typedef struct LockStmt
|
||||
{
|
||||
NodeTag type;
|
||||
List *rellist; /* relations to lock */
|
||||
char *relname; /* relation to lock */
|
||||
int mode; /* lock mode */
|
||||
} LockStmt;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user