[HACKERS] Small patch: fix comments in contrib/pg_trgm/

2016-03-19 Thread Aleksander Alekseev
Typos for the most part. -- Best regards, Aleksander Alekseev http://eax.me/ diff --git a/contrib/pg_trgm/trgm_gin.c b/contrib/pg_trgm/trgm_gin.c index ea8edef..2e41a9f 100644 --- a/contrib/pg_trgm/trgm_gin.c +++ b/contrib/pg_trgm/trgm_gin.c @@ -204,7 +204,7 @@ gin_trgm_consistent(PG_FUNCTION_ARG

Re: [HACKERS] Small patch: fix comments in contrib/pg_trgm/

2016-03-18 Thread Aleksander Alekseev
Here are a few more patches. On Wed, 16 Mar 2016 18:11:04 +0300 Aleksander Alekseev wrote: > Typos for the most part. > -- Best regards, Aleksander Alekseev http://eax.me/ diff --git a/src/backend/utils/adt/timestamp.c b/src/backend/utils/adt/timestamp.c index 3f013e3..c9e5270 100644 --- a/

Re: [HACKERS] Small patch: fix comments in contrib/pg_trgm/

2016-03-18 Thread Robert Haas
On Thu, Mar 17, 2016 at 5:38 AM, Aleksander Alekseev wrote: > Here are a few more patches. OK, I committed all three of these, minus some parts of 02-guc-c-typos.diff, plus the other patch you posted on pgsql-committers. The parts I left out of 02-guc-c-typos.diff included downcasing -> downcast