A minor typo in brin.c

Поиск
Список
Период
Сортировка
От Amit Langote
Тема A minor typo in brin.c
Дата
Msg-id 54B867F7.7020601@lab.ntt.co.jp
обсуждение исходный текст
Ответы Re: A minor typo in brin.c  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
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

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: pg_rewind in contrib
Следующее
От: Kyotaro HORIGUCHI
Дата:
Сообщение: Re: Overhauling our interrupt handling