Fix obsolete comment regarding FSM truncation.
[PostgreSQL.git] / src / include / commands / lockcmds.h
blob7d8048a5c3e440d33d4b9f8e339169f4cf1eb927
1 /*-------------------------------------------------------------------------
3 * lockcmds.h
4 * prototypes for lockcmds.c.
7 * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
8 * Portions Copyright (c) 1994, Regents of the University of California
10 * $PostgreSQL$
12 *-------------------------------------------------------------------------
14 #ifndef LOCKCMDS_H
15 #define LOCKCMDS_H
17 #include "nodes/parsenodes.h"
20 * LOCK
22 extern void LockTableCommand(LockStmt *lockstmt);
24 #endif /* LOCKCMDS_H */