1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-02 09:02:37 +03:00

Assorted comment fixes, mostly just typos, but some obsolete statements.

YAMAMOTO Takashi
This commit is contained in:
Tom Lane
2012-01-29 19:23:56 -05:00
parent dd243b3e40
commit ad10853b30
11 changed files with 24 additions and 20 deletions

View File

@ -22,7 +22,7 @@
#include "utils/builtins.h"
/*
* static *S used for temrorary storage (saves stack and palloc() call)
* static *S used for temporary storage (saves stack and palloc() call)
*/
static Datum attrS[INDEX_MAX_KEYS];
@ -148,8 +148,8 @@ gistfillitupvec(IndexTuple *vec, int veclen, int *memlen)
}
/*
* Make unions of keys in IndexTuple vector, return FALSE if itvec contains
* invalid tuple. Resulting Datums aren't compressed.
* Make unions of keys in IndexTuple vector.
* Resulting Datums aren't compressed.
*/
void