diff options
Diffstat (limited to 'src/backend/access/gist/gistutil.c')
-rw-r--r-- | src/backend/access/gist/gistutil.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/backend/access/gist/gistutil.c b/src/backend/access/gist/gistutil.c index ad27b638ea5..8039b5d569c 100644 --- a/src/backend/access/gist/gistutil.c +++ b/src/backend/access/gist/gistutil.c @@ -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 |