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

Commitcc7b0c2

Browse files
committed
Remove prototype for cube(text) function that doesn't exist anymore.
Adrian Schreyer
1 parent98a1e7a commitcc7b0c2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

‎contrib/cube/cube.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ extern void cube_scanner_finish(void);
3535
** Input/Output routines
3636
*/
3737
PG_FUNCTION_INFO_V1(cube_in);
38-
PG_FUNCTION_INFO_V1(cube);
3938
PG_FUNCTION_INFO_V1(cube_a_f8_f8);
4039
PG_FUNCTION_INFO_V1(cube_a_f8);
4140
PG_FUNCTION_INFO_V1(cube_out);
@@ -49,7 +48,6 @@ PG_FUNCTION_INFO_V1(cube_ur_coord);
4948
PG_FUNCTION_INFO_V1(cube_subset);
5049

5150
Datumcube_in(PG_FUNCTION_ARGS);
52-
Datumcube(PG_FUNCTION_ARGS);
5351
Datumcube_a_f8_f8(PG_FUNCTION_ARGS);
5452
Datumcube_a_f8(PG_FUNCTION_ARGS);
5553
Datumcube_out(PG_FUNCTION_ARGS);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp