pgsql: Update comment.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Update comment.
Date: 2016-10-04 06:49:15
Message-ID: E1brJXP-0007ph-PI@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update comment.

mergepreread()/mergeprereadone() don't exist anymore, the function that
does roughly the same is now called mergereadnext().

Branch
------
master

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-10-04 13:38:50 pgsql: Fix hstore_plpython for Python 3.
Previous Message Andres Freund 2016-10-04 05:20:03 pgsql: Correct logical decoding restore behaviour for subtransactions.