mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 20:28:21 +03:00
Back out ALTER DOMAIN patch until missing file appears.
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.311 2002/12/06 03:28:33 momjian Exp $
|
||||
* $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.312 2002/12/06 03:43:13 momjian Exp $
|
||||
*
|
||||
* NOTES
|
||||
* this is the "main" module of the postgres backend and
|
||||
@ -1781,7 +1781,7 @@ PostgresMain(int argc, char *argv[], const char *username)
|
||||
if (!IsUnderPostmaster)
|
||||
{
|
||||
puts("\nPOSTGRES backend interactive interface ");
|
||||
puts("$Revision: 1.311 $ $Date: 2002/12/06 03:28:33 $\n");
|
||||
puts("$Revision: 1.312 $ $Date: 2002/12/06 03:43:13 $\n");
|
||||
}
|
||||
|
||||
/*
|
||||
@ -2319,10 +2319,6 @@ CreateCommandTag(Node *parsetree)
|
||||
tag = "ALTER TABLE";
|
||||
break;
|
||||
|
||||
case T_AlterDomainStmt:
|
||||
tag = "ALTER DOMAIN";
|
||||
break;
|
||||
|
||||
case T_GrantStmt:
|
||||
{
|
||||
GrantStmt *stmt = (GrantStmt *) parsetree;
|
||||
|
Reference in New Issue
Block a user