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

Commit93b0364

Browse files
committed
Cleanup for AIX from Darren.
1 parent35717aa commit93b0364

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

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

Lines changed: 4 additions & 6 deletions
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.9 1997/05/23 05:24:53 thomas Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/utils/adt/geo_ops.c,v 1.10 1997/06/01 03:39:28 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -986,8 +986,7 @@ path_close(PATH *path)
986986
{
987987
PATH*result;
988988

989-
result=path_copy(path);
990-
if (PointerIsValid(result))
989+
if (PointerIsValid((char*)(result=path_copy(path))))
991990
result->closed= TRUE;
992991

993992
return(result);
@@ -998,8 +997,7 @@ path_open(PATH *path)
998997
{
999998
PATH*result;
1000999

1001-
result=path_copy(path);
1002-
if (PointerIsValid(result))
1000+
if (PointerIsValid((char*)(result=path_copy(path))))
10031001
result->closed= FALSE;
10041002

10051003
return(result);
@@ -2637,7 +2635,7 @@ poly_path(POLYGON *poly)
26372635
*
26382636
*
26392637
* IDENTIFICATION
2640-
* $Header: /cvsroot/pgsql/src/backend/utils/adt/geo_ops.c,v 1.9 1997/05/23 05:24:53 thomas Exp $
2638+
* $Header: /cvsroot/pgsql/src/backend/utils/adt/geo_ops.c,v 1.10 1997/06/01 03:39:28 momjian Exp $
26412639
*
26422640
*-------------------------------------------------------------------------
26432641
*/

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp