We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98a1e7a commit cc7b0c2Copy full SHA for cc7b0c2
contrib/cube/cube.c
@@ -35,7 +35,6 @@ extern void cube_scanner_finish(void);
35
** Input/Output routines
36
*/
37
PG_FUNCTION_INFO_V1(cube_in);
38
-PG_FUNCTION_INFO_V1(cube);
39
PG_FUNCTION_INFO_V1(cube_a_f8_f8);
40
PG_FUNCTION_INFO_V1(cube_a_f8);
41
PG_FUNCTION_INFO_V1(cube_out);
@@ -49,7 +48,6 @@ PG_FUNCTION_INFO_V1(cube_ur_coord);
49
48
PG_FUNCTION_INFO_V1(cube_subset);
50
51
Datum cube_in(PG_FUNCTION_ARGS);
52
-Datum cube(PG_FUNCTION_ARGS);
53
Datum cube_a_f8_f8(PG_FUNCTION_ARGS);
54
Datum cube_a_f8(PG_FUNCTION_ARGS);
55
Datum cube_out(PG_FUNCTION_ARGS);
0 commit comments