pgsql: Fix minor typo in nodeIncrementalSort.c.

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix minor typo in nodeIncrementalSort.c.
Date: 2020-07-20 02:29:14
Message-ID: E1jxLYI-0001p5-9n@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix minor typo in nodeIncrementalSort.c.

Author: Vignesh C
Reviewed-by: James Coleman
Backpatch-through: 13, where it was introduced
Discussion: https://postgr.es/m/CALDaNm0WjZqRvdeL59ZfYH0o4mLbKQ23jm-bnjXcFzgpANx55g@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/044dc7b964147ec6303d59320fb743693b22af30

Modified Files
--------------
src/backend/executor/nodeIncrementalSort.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2020-07-20 02:56:22 pgsql: Add generic_plans and custom_plans fields into pg_prepared_state
Previous Message Peter Geoghegan 2020-07-19 23:13:19 pgsql: Avoid harmless Valgrind no-buffer-pin errors.