Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitae50c8d

Browse files
committed
Cleanups needed for indent.
1 parenta163545 commitae50c8d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

‎src/backend/optimizer/plan/planner.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/optimizer/plan/planner.c,v 1.3 1997/09/0518:10:32 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/optimizer/plan/planner.c,v 1.4 1997/09/0519:32:28 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -383,7 +383,7 @@ pg_checkretval(Oid rettype, QueryTreeList *queryTreeList)
383383
elseif (IsA(thenode,Param)) {
384384
tletype= (Oid) ((Param*)thenode)->paramtype;
385385
elseif (IsA(thenode,Expr)) {
386-
tletype=Expr
386+
tletype=Expr;
387387
}elseif (IsA(thenode,LispList)) {
388388
thenode=lfirst(thenode);
389389
if (IsA(thenode,Oper))

‎src/backend/parser/analyze.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/parser/analyze.c,v 1.37 1997/09/0518:10:42 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/parser/analyze.c,v 1.38 1997/09/0519:32:31 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -1357,8 +1357,7 @@ make_targetlist_expr(ParseState *pstate,
13571357
elseif ((attrtype==FLOAT4OID)&& (type_id==FLOAT8OID))
13581358
lfirst(expr)=lispInteger (FLOAT4OID);
13591359
else
1360-
elog(WARN,"unequal type in tlist : %s \n",
1361-
colname));
1360+
elog(WARN,"unequal type in tlist : %s \n",colname);
13621361
}
13631362

13641363
Input_is_string= false;

‎src/backend/utils/adt/geo_ops.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/utils/adt/geo_ops.c,v 1.17 1997/09/0518:11:14 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/utils/adt/geo_ops.c,v 1.18 1997/09/0519:32:44 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -1909,6 +1909,7 @@ Point *close_pl(Point *pt, LINE *line)
19091909
result=PALLOCTYPE(Point);
19101910
#ifFALSE
19111911
if (FPeq(line->A,-1.0)&&FPzero(line->B)) {/* vertical */
1912+
}
19121913
#endif
19131914
if (line_vertical(line)) {
19141915
result->x=line->C;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp