mirror of
https://github.com/postgres/postgres.git
synced 2025-07-20 05:03:10 +03:00
Remove prototype for cube(text) function that doesn't exist anymore.
Adrian Schreyer
This commit is contained in:
@ -35,7 +35,6 @@ extern void cube_scanner_finish(void);
|
|||||||
** Input/Output routines
|
** Input/Output routines
|
||||||
*/
|
*/
|
||||||
PG_FUNCTION_INFO_V1(cube_in);
|
PG_FUNCTION_INFO_V1(cube_in);
|
||||||
PG_FUNCTION_INFO_V1(cube);
|
|
||||||
PG_FUNCTION_INFO_V1(cube_a_f8_f8);
|
PG_FUNCTION_INFO_V1(cube_a_f8_f8);
|
||||||
PG_FUNCTION_INFO_V1(cube_a_f8);
|
PG_FUNCTION_INFO_V1(cube_a_f8);
|
||||||
PG_FUNCTION_INFO_V1(cube_out);
|
PG_FUNCTION_INFO_V1(cube_out);
|
||||||
@ -49,7 +48,6 @@ PG_FUNCTION_INFO_V1(cube_ur_coord);
|
|||||||
PG_FUNCTION_INFO_V1(cube_subset);
|
PG_FUNCTION_INFO_V1(cube_subset);
|
||||||
|
|
||||||
Datum cube_in(PG_FUNCTION_ARGS);
|
Datum cube_in(PG_FUNCTION_ARGS);
|
||||||
Datum cube(PG_FUNCTION_ARGS);
|
|
||||||
Datum cube_a_f8_f8(PG_FUNCTION_ARGS);
|
Datum cube_a_f8_f8(PG_FUNCTION_ARGS);
|
||||||
Datum cube_a_f8(PG_FUNCTION_ARGS);
|
Datum cube_a_f8(PG_FUNCTION_ARGS);
|
||||||
Datum cube_out(PG_FUNCTION_ARGS);
|
Datum cube_out(PG_FUNCTION_ARGS);
|
||||||
|
Reference in New Issue
Block a user