From ad10853b30b84d89905e023afa599de3a1fea4c6 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sun, 29 Jan 2012 19:23:56 -0500 Subject: Assorted comment fixes, mostly just typos, but some obsolete statements. YAMAMOTO Takashi --- src/backend/access/gist/gistutil.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/backend/access/gist/gistutil.c') 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 -- cgit v1.2.3