mirror of
https://github.com/postgres/postgres.git
synced 2025-07-08 11:42:09 +03:00
Back out ALTER DOMAIN patch until missing file appears.
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: nodes.h,v 1.127 2002/12/06 03:28:33 momjian Exp $
|
||||
* $Id: nodes.h,v 1.128 2002/12/06 03:43:28 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -157,7 +157,6 @@ typedef enum NodeTag
|
||||
T_UpdateStmt,
|
||||
T_SelectStmt,
|
||||
T_AlterTableStmt,
|
||||
T_AlterDomainStmt,
|
||||
T_SetOperationStmt,
|
||||
T_GrantStmt,
|
||||
T_ClosePortalStmt,
|
||||
|
Reference in New Issue
Block a user