pgsql: Fix and clarify comments on replacement selection.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix and clarify comments on replacement selection.
Date: 2016-09-15 08:53:20
Message-ID: E1bkSQ4-0005bt-4k@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix and clarify comments on replacement selection.

These were modified by the patch to only use replacement selection for the
first run in an external sort.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/c99dd5bfed23d9787dcf7d00197c1ed42bcfdb02

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

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2016-09-15 11:55:11 pgsql: Support OpenSSL 1.1.0.
Previous Message Peter Eisentraut 2016-09-15 02:27:59 pgsql: Add overflow checks to money type input function