[COMMITTERS] pgsql: Fix duplicated words in comment. - Mailing list pgsql-committers

From Andres Freund
Subject [COMMITTERS] pgsql: Fix duplicated words in comment.
Date
Msg-id E1d79ge-0001Cj-Sr@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: [COMMITTERS] pgsql: Fix off-by-one possibly leading to skipped XLOG_RUNNING_XACTSre
Next
From: Stephen Frost
Date:
Subject: [COMMITTERS] pgsql: RLS: Fix ALL vs. SELECT+UPDATE policy usage