mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Fix misc typos.
Oskari Saarenmaa. Backpatch to stable branches where applicable.
This commit is contained in:
@ -369,7 +369,7 @@ gbt_ts_penalty(PG_FUNCTION_ARGS)
|
||||
newdbl[2];
|
||||
|
||||
/*
|
||||
* We are allways using "double" timestamps here. Precision should be good
|
||||
* We are always using "double" timestamps here. Precision should be good
|
||||
* enough.
|
||||
*/
|
||||
orgdbl[0] = ((double) origentry->lower);
|
||||
|
@ -52,7 +52,7 @@ gbt_var_decompress(PG_FUNCTION_ARGS)
|
||||
PG_RETURN_POINTER(entry);
|
||||
}
|
||||
|
||||
/* Returns a better readable representaion of variable key ( sets pointer ) */
|
||||
/* Returns a better readable representation of variable key ( sets pointer ) */
|
||||
GBT_VARKEY_R
|
||||
gbt_var_key_readable(const GBT_VARKEY *k)
|
||||
{
|
||||
|
@ -814,7 +814,7 @@ cube_inter(PG_FUNCTION_ARGS)
|
||||
Max(LL_COORD(b, i), UR_COORD(b, i))
|
||||
);
|
||||
}
|
||||
/* continue on the higher dimemsions only present in 'a' */
|
||||
/* continue on the higher dimensions only present in 'a' */
|
||||
for (; i < DIM(a); i++)
|
||||
{
|
||||
result->x[i] = Max(0,
|
||||
|
Reference in New Issue
Block a user