mirror of
https://github.com/postgres/postgres.git
synced 2025-07-07 00:36:50 +03:00
pgindent run for 8.2.
This commit is contained in:
@ -15,7 +15,7 @@
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/backend/nodes/copyfuncs.c,v 1.350 2006/08/30 23:34:21 tgl Exp $
|
||||
* $PostgreSQL: pgsql/src/backend/nodes/copyfuncs.c,v 1.351 2006/10/04 00:29:53 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -1050,7 +1050,7 @@ _copyRowExpr(RowExpr *from)
|
||||
static RowCompareExpr *
|
||||
_copyRowCompareExpr(RowCompareExpr *from)
|
||||
{
|
||||
RowCompareExpr *newnode = makeNode(RowCompareExpr);
|
||||
RowCompareExpr *newnode = makeNode(RowCompareExpr);
|
||||
|
||||
COPY_SCALAR_FIELD(rctype);
|
||||
COPY_NODE_FIELD(opnos);
|
||||
@ -2682,7 +2682,7 @@ _copyDeallocateStmt(DeallocateStmt *from)
|
||||
}
|
||||
|
||||
static DropOwnedStmt *
|
||||
_copyDropOwnedStmt(DropOwnedStmt * from)
|
||||
_copyDropOwnedStmt(DropOwnedStmt *from)
|
||||
{
|
||||
DropOwnedStmt *newnode = makeNode(DropOwnedStmt);
|
||||
|
||||
@ -2693,7 +2693,7 @@ _copyDropOwnedStmt(DropOwnedStmt * from)
|
||||
}
|
||||
|
||||
static ReassignOwnedStmt *
|
||||
_copyReassignOwnedStmt(ReassignOwnedStmt * from)
|
||||
_copyReassignOwnedStmt(ReassignOwnedStmt *from)
|
||||
{
|
||||
ReassignOwnedStmt *newnode = makeNode(ReassignOwnedStmt);
|
||||
|
||||
|
Reference in New Issue
Block a user