Cleanups needed for indent.
This commit is contained in:
parent
240a018176
commit
ec05063be0
@ -7,7 +7,7 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* $Header: /cvsroot/pgsql/src/backend/optimizer/plan/planner.c,v 1.5 1997/09/05 19:59:11 momjian Exp $
|
* $Header: /cvsroot/pgsql/src/backend/optimizer/plan/planner.c,v 1.6 1997/09/05 20:20:48 momjian Exp $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
@ -392,11 +392,9 @@ pg_checkretval(Oid rettype, QueryTreeList *queryTreeList)
|
|||||||
tletype = (Oid) get_functype((Func*)thenode);
|
tletype = (Oid) get_functype((Func*)thenode);
|
||||||
else
|
else
|
||||||
elog(WARN, "function declared to return type %s does not retrieve (%s.all)", tname(typ), tname(typ));
|
elog(WARN, "function declared to return type %s does not retrieve (%s.all)", tname(typ), tname(typ));
|
||||||
#endif
|
|
||||||
/*
|
|
||||||
} else
|
} else
|
||||||
elog(WARN, "function declared to return type %s does not retrieve (%s.all)", tname(typ), tname(typ));
|
elog(WARN, "function declared to return type %s does not retrieve (%s.all)", tname(typ), tname(typ));
|
||||||
*/
|
#endif
|
||||||
/* reach right in there, why don't you? */
|
/* reach right in there, why don't you? */
|
||||||
if (tletype != reln->rd_att->attrs[i-1]->atttypid)
|
if (tletype != reln->rd_att->attrs[i-1]->atttypid)
|
||||||
elog(WARN, "function declared to return type %s does not retrieve (%s.all)", tname(typ), tname(typ));
|
elog(WARN, "function declared to return type %s does not retrieve (%s.all)", tname(typ), tname(typ));
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* $Header: /cvsroot/pgsql/src/backend/utils/adt/geo_ops.c,v 1.18 1997/09/05 19:32:44 momjian Exp $
|
* $Header: /cvsroot/pgsql/src/backend/utils/adt/geo_ops.c,v 1.19 1997/09/05 20:20:56 momjian Exp $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
@ -1962,7 +1962,7 @@ Point *close_ps(Point *pt, LSEG *lseg)
|
|||||||
if (result)
|
if (result)
|
||||||
return(result);
|
return(result);
|
||||||
#if FALSE
|
#if FALSE
|
||||||
if (FPeq(lseg->p[0].x, lseg->p[1].x)) { /* vertical */
|
if (FPeq(lseg->p[0].x, lseg->p[1].x)) /* vertical */
|
||||||
#endif
|
#endif
|
||||||
if (lseg_vertical(lseg)) {
|
if (lseg_vertical(lseg)) {
|
||||||
result->x = lseg->p[0].x;
|
result->x = lseg->p[0].x;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user