pgsql: Fix thinko in comment

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix thinko in comment
Date: 2018-03-26 15:10:18
Message-ID: E1f0TlK-00089t-Je@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix thinko in comment

The listed numbers disagreed with the ones being used in the symbols;
but instead of just fixing the numbers in the comment, use the symbolic
name instead, which seems clearer.

This has been wrong all along, so apply back to 9.5 where BRIN was
introduced.

Reported-by: Tomas Vondra
Discussion: https://postgr.es/m/5ff514f2-8b1e-6366-b11c-8e2ed442562d@2ndquadrant.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/530bcf7581574d5b0f26c2eaeef1c32bbcd37907

Modified Files
--------------
src/backend/access/brin/brin_inclusion.c | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Teodor Sigaev 2018-03-26 15:26:47 pgsql: Set random seed for pgbench.
Previous Message Tom Lane 2018-03-26 15:03:41 Re: pgsql: Allow FOR EACH ROW triggers on partitioned tables