pgsql: Fix an asssortment of typos in brin_minmax_multi.c and mcv.c

From: David Rowley <drowley(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix an asssortment of typos in brin_minmax_multi.c and mcv.c
Date: 2021-06-10 08:14:06
Message-ID: E1lrFpG-0002Jt-GC@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix an asssortment of typos in brin_minmax_multi.c and mcv.c

Discussion: https://postgr.es/m/CAApHDvrbyJNOPBws4RUhXghZ7+TBjtdO-rznTsqZECuowNorXg@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/55ba5973d9144a552661cf1fa4cbd228a3799212

Modified Files
--------------
src/backend/access/brin/brin_minmax_multi.c | 161 ++++++++++++++--------------
src/backend/statistics/mcv.c | 81 +++++++-------
2 files changed, 123 insertions(+), 119 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2021-06-10 13:54:17 pgsql: Adjust new test case to set wal_keep_segments.
Previous Message Robert Haas 2021-06-09 20:43:56 pgsql: Fix corner case failure of new standby to follow new primary.