mirror of
https://github.com/postgres/postgres.git
synced 2025-11-12 05:01:15 +03:00
pgindent run on all C files. Java run to follow. initdb/regression
tests pass.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/backend/tcop/pquery.c,v 1.45 2001/10/05 17:28:12 tgl Exp $
|
||||
* $Header: /cvsroot/pgsql/src/backend/tcop/pquery.c,v 1.46 2001/10/25 05:49:43 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -30,7 +30,7 @@ static char *CreateOperationTag(int operationType);
|
||||
* CreateQueryDesc
|
||||
* ----------------------------------------------------------------
|
||||
*/
|
||||
QueryDesc *
|
||||
QueryDesc *
|
||||
CreateQueryDesc(Query *parsetree,
|
||||
Plan *plantree,
|
||||
CommandDest dest)
|
||||
@@ -140,7 +140,6 @@ PreparePortal(char *portalName)
|
||||
portal = GetPortalByName(portalName);
|
||||
if (PortalIsValid(portal))
|
||||
{
|
||||
|
||||
/*
|
||||
* XXX Should we raise an error rather than closing the old
|
||||
* portal?
|
||||
@@ -197,7 +196,6 @@ ProcessQuery(Query *parsetree,
|
||||
intoName = parsetree->into;
|
||||
if (parsetree->isBinary)
|
||||
{
|
||||
|
||||
/*
|
||||
* For internal format portals, we change Remote
|
||||
* (externalized form) to RemoteInternal (internalized
|
||||
|
||||
Reference in New Issue
Block a user