pgsql: Fix typo

From: Tomas Vondra <tomas(dot)vondra(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix typo
Date: 2019-03-31 01:33:17
Message-ID: E1hAPLZ-0006RU-Hh@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typo

Author: John Naylor

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0f5493fdf19306314e7a729750a83b26a3264412

Modified Files
--------------
src/backend/statistics/mcv.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2019-03-31 02:33:08 pgsql: tableam: Move heap specific logic from estimate_rel_size below t
Previous Message Tom Lane 2019-03-30 22:59:01 pgsql: Speed up planning when partitions can be pruned at plan time.