Обсуждение: A minor typo in brin.c

Поиск
Список
Период
Сортировка

A minor typo in brin.c

От
Amit Langote
Дата:
Hi,

Here's a patch that does:

  * For each new index tuple inserted, *numSummarized (if not NULL) is
- * incremented; for each existing tuple, numExisting (if not NULL) is
+ * incremented; for each existing tuple, *numExisting (if not NULL) is
  * incremented.
  */

Thanks,
Amit

Вложения

Re: A minor typo in brin.c

От
Robert Haas
Дата:
On Thu, Jan 15, 2015 at 8:23 PM, Amit Langote
<Langote_Amit_f8@lab.ntt.co.jp> wrote:
> [ patch to fix a typo ]

Committed.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company