1
0
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:
Bruce Momjian
2001-08-04 22:01:39 +00:00
parent eb610fb8f1
commit d1c9633060
7 changed files with 32 additions and 117 deletions

View File

@@ -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;