mirror of
https://github.com/postgres/postgres.git
synced 2025-04-24 10:47:04 +03:00
Cleanups needed for indent.
This commit is contained in:
parent
240a018176
commit
ec05063be0
@ -7,7 +7,7 @@
|
||||
*
|
||||
*
|
||||
* 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);
|
||||
else
|
||||
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));
|
||||
*/
|
||||
#endif
|
||||
/* reach right in there, why don't you? */
|
||||
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));
|
||||
|
@ -7,7 +7,7 @@
|
||||
*
|
||||
*
|
||||
* 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)
|
||||
return(result);
|
||||
#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
|
||||
if (lseg_vertical(lseg)) {
|
||||
result->x = lseg->p[0].x;
|
||||
|
Loading…
x
Reference in New Issue
Block a user