A minor typo in brin.c - Mailing list pgsql-hackers

From Amit Langote
Subject A minor typo in brin.c
Date
Msg-id 54B867F7.7020601@lab.ntt.co.jp
Whole thread Raw
Responses Re: A minor typo in brin.c
List 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

Attachment

pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: pg_rewind in contrib
Next
From: Kyotaro HORIGUCHI
Date:
Subject: Re: Overhauling our interrupt handling