pgsql: Fix typos and improve incremental sort comments

From: Tomas Vondra <tomas(dot)vondra(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix typos and improve incremental sort comments
Date: 2020-05-12 18:17:01
Message-ID: E1jYZSf-0003EL-0M@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typos and improve incremental sort comments

Author: Justin Pryzby, James Coleman
Discussion: https://postgr.es/m/20200419023625.GP26953@telsasoft.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1a40d37a9faff562a36bd255a993fd3503bdf2b1

Modified Files
--------------
src/backend/commands/explain.c | 4 ++--
src/backend/executor/nodeIncrementalSort.c | 6 ++++--
src/backend/utils/sort/tuplesort.c | 8 ++++----
3 files changed, 10 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2020-05-12 20:08:27 pgsql: Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGS
Previous Message Alvaro Herrera 2020-05-12 18:09:58 Re: pgsql: Show opclass and opfamily related information in psql