mirror of
https://github.com/postgres/postgres.git
synced 2025-07-12 21:01:52 +03:00
Run pgindent on 9.2 source tree in preparation for first 9.3
commit-fest.
This commit is contained in:
@ -381,7 +381,7 @@ _copyIndexScan(const IndexScan *from)
|
||||
static IndexOnlyScan *
|
||||
_copyIndexOnlyScan(const IndexOnlyScan *from)
|
||||
{
|
||||
IndexOnlyScan *newnode = makeNode(IndexOnlyScan);
|
||||
IndexOnlyScan *newnode = makeNode(IndexOnlyScan);
|
||||
|
||||
/*
|
||||
* copy node superclass fields
|
||||
@ -4473,7 +4473,7 @@ copyObject(const void *from)
|
||||
|
||||
default:
|
||||
elog(ERROR, "unrecognized node type: %d", (int) nodeTag(from));
|
||||
retval = 0; /* keep compiler quiet */
|
||||
retval = 0; /* keep compiler quiet */
|
||||
break;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user