mirror of
https://github.com/postgres/postgres.git
synced 2025-07-11 10:01:57 +03:00
pgindent run on all C files. Java run to follow. initdb/regression
tests pass.
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/backend/tcop/utility.c,v 1.121 2001/10/18 17:30:15 thomas Exp $
|
||||
* $Header: /cvsroot/pgsql/src/backend/tcop/utility.c,v 1.122 2001/10/25 05:49:43 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -144,7 +144,6 @@ ProcessUtility(Node *parsetree,
|
||||
|
||||
switch (nodeTag(parsetree))
|
||||
{
|
||||
|
||||
/*
|
||||
* ******************************** transactions ********************************
|
||||
*
|
||||
@ -386,7 +385,6 @@ ProcessUtility(Node *parsetree,
|
||||
*/
|
||||
if (stmt->column == NULL)
|
||||
{
|
||||
|
||||
/*
|
||||
* rename relation
|
||||
*
|
||||
@ -398,7 +396,6 @@ ProcessUtility(Node *parsetree,
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
/*
|
||||
* rename attribute
|
||||
*/
|
||||
@ -476,7 +473,8 @@ ProcessUtility(Node *parsetree,
|
||||
|
||||
case T_GrantStmt:
|
||||
{
|
||||
GrantStmt *stmt = (GrantStmt *) parsetree;
|
||||
GrantStmt *stmt = (GrantStmt *) parsetree;
|
||||
|
||||
commandTag = stmt->is_grant ? "GRANT" : "REVOKE";
|
||||
set_ps_display(commandTag);
|
||||
|
||||
|
Reference in New Issue
Block a user