@@ -122,49 +122,49 @@ Datum spherekey_ge(PG_FUNCTION_ARGS);
122
122
Datum spherekey_gt (PG_FUNCTION_ARGS );
123
123
124
124
/*
125
- * Returns relationship of two keys.
125
+ * Returns relationship between the two keys.
126
126
* Calls skey_cmp(const int32 *, const int32 *) for two keys.
127
127
*/
128
128
Datum spherekey_cmp (PG_FUNCTION_ARGS );
129
129
130
130
/*
131
- * Returns relationship of keys of two spherical points.
131
+ * Returns relationship between the keys of two spherical points.
132
132
* Calls skey_cmp(const int32 *, const int32 *) for two points.
133
133
*/
134
134
Datum spherepoint_cmp (PG_FUNCTION_ARGS );
135
135
136
136
/*
137
- * Returns relationship of keys of two spherical circles.
137
+ * Returns relationship between the keys of two spherical circles.
138
138
* Calls skey_cmp(const int32 *, const int32 *) for two circles.
139
139
*/
140
140
Datum spherecircle_cmp (PG_FUNCTION_ARGS );
141
141
142
142
/*
143
- * Returns relationship of keys of two spherical ellipses.
143
+ * Returns relationship between the keys of two spherical ellipses.
144
144
* Calls skey_cmp(const int32 *, const int32 *) for two ellipses.
145
145
*/
146
146
Datum sphereellipse_cmp (PG_FUNCTION_ARGS );
147
147
148
148
/*
149
- * Returns relationship of keys of two spherical lines.
149
+ * Returns relationship between the keys of two spherical lines.
150
150
* Calls skey_cmp(const int32 *, const int32 *) for two lines.
151
151
*/
152
152
Datum sphereline_cmp (PG_FUNCTION_ARGS );
153
153
154
154
/*
155
- * Returns relationship of keys of two spherical paths.
155
+ * Returns relationship between the keys of two spherical paths.
156
156
* Calls skey_cmp(const int32 *, const int32 *) for two paths.
157
157
*/
158
158
Datum spherepath_cmp (PG_FUNCTION_ARGS );
159
159
160
160
/*
161
- * Returns relationship of keys of two spherical polygons.
161
+ * Returns relationship between the keys of two spherical polygons.
162
162
* Calls skey_cmp(const int32 *, const int32 *) for two polygons.
163
163
*/
164
164
Datum spherepoly_cmp (PG_FUNCTION_ARGS );
165
165
166
166
/*
167
- * Returns relationship of keys of two spherical boxes.
167
+ * Returns relationship between the keys of two spherical boxes.
168
168
* Calls skey_cmp(const int32 *, const int32 *) for two boxes.
169
169
*/
170
170
Datum spherebox_cmp (PG_FUNCTION_ARGS );
0 commit comments