mirror of
https://github.com/postgres/postgres.git
synced 2025-06-05 23:56:58 +03:00
Fix whitespace
This commit is contained in:
parent
130d94a7b8
commit
529fd74c09
@ -57,4 +57,3 @@ ALTER OPERATOR FAMILY gist_cube_ops USING gist ADD
|
|||||||
OPERATOR 17 <-> (cube, cube) FOR ORDER BY float_ops,
|
OPERATOR 17 <-> (cube, cube) FOR ORDER BY float_ops,
|
||||||
OPERATOR 18 <=> (cube, cube) FOR ORDER BY float_ops,
|
OPERATOR 18 <=> (cube, cube) FOR ORDER BY float_ops,
|
||||||
FUNCTION 8 (cube, cube) g_cube_distance (internal, cube, smallint, oid);
|
FUNCTION 8 (cube, cube) g_cube_distance (internal, cube, smallint, oid);
|
||||||
|
|
||||||
|
@ -376,4 +376,3 @@ CREATE OPERATOR CLASS gist_cube_ops
|
|||||||
FUNCTION 6 g_cube_picksplit (internal, internal),
|
FUNCTION 6 g_cube_picksplit (internal, internal),
|
||||||
FUNCTION 7 g_cube_same (cube, cube, internal),
|
FUNCTION 7 g_cube_same (cube, cube, internal),
|
||||||
FUNCTION 8 g_cube_distance (internal, cube, smallint, oid);
|
FUNCTION 8 g_cube_distance (internal, cube, smallint, oid);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user