1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-05 07:21:24 +03:00

Rename several destroy* functions/tags to drop*.

This commit is contained in:
Bruce Momjian
1999-12-10 03:56:14 +00:00
parent f6baabcd0b
commit 97dec77fab
36 changed files with 133 additions and 133 deletions

View File

@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: nodes.h,v 1.57 1999/12/06 18:02:46 wieck Exp $
* $Id: nodes.h,v 1.58 1999/12/10 03:56:09 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@ -153,7 +153,7 @@ typedef enum NodeTag
T_CreateStmt,
T_VersionStmt,
T_DefineStmt,
T_DestroyStmt,
T_DropStmt,
T_TruncateStmt,
T_CommentStmt,
T_ExtendStmt,
@ -173,7 +173,7 @@ typedef enum NodeTag
T_ViewStmt,
T_LoadStmt,
T_CreatedbStmt,
T_DestroydbStmt,
T_DropdbStmt,
T_VacuumStmt,
T_ExplainStmt,
T_CreateSeqStmt,