Skip to content

Commit

Permalink
Fix typo in * operator (MobilityDB#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanzimanyi authored and mschoema committed Sep 17, 2024
1 parent 84dcc0a commit 173ad57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobilitydb/sql/general/026_tnumber_mathfuncs.in.sql
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ CREATE FUNCTION tnumber_mult(float, tfloat)
CREATE OPERATOR * (
PROCEDURE = tnumber_mult,
LEFTARG = float, RIGHTARG = tfloat,
COMMUTATOR = +
COMMUTATOR = *
);

/*****************************************************************************/
Expand Down

0 comments on commit 173ad57

Please sign in to comment.