A minor typo in brin.c

From: Amit Langote <Langote_Amit_f8(at)lab(dot)ntt(dot)co(dot)jp>
To: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: A minor typo in brin.c
Date: 2015-01-16 01:23:03
Message-ID: 54B867F7.7020601@lab.ntt.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
brin-dot-c-typo.patch text/x-diff 576 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2015-01-16 01:30:15 Re: pg_rewind in contrib
Previous Message Michael Paquier 2015-01-16 00:37:16 Re: TODO : Allow parallel cores to be used by vacuumdb [ WIP ]