pgsql: Fix duplicated words in comment.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix duplicated words in comment.
Date: 2017-05-07 00:04:32
Message-ID: E1d79ge-0001Cj-Sr@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix duplicated words in comment.

Reported-By: Peter Geoghegan
Discussion: https://postgr.es/m/CAH2-Wzn3rY2N0gTWndaApD113T+O8L6oz8cm7_F3P8y4awdoOg@mail.gmail.com
Backpatch: no, only present in master

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b58c433ef90be2f9752cd54561c07dae87e3819c

Modified Files
--------------
src/backend/utils/sort/tuplesort.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Stephen Frost 2017-05-07 01:48:37 pgsql: RLS: Fix ALL vs. SELECT+UPDATE policy usage
Previous Message Andres Freund 2017-05-07 00:01:26 Re: Change GetLastImportantRecPtr's definition? (wasSkip checkpoints, archiving on idle systems.)