pgsql: Update comment. - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Update comment.
Date
Msg-id E1brJXP-0007ph-PI@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: Correct logical decoding restore behaviour for subtransactions.
Next
From: Tom Lane
Date:
Subject: pgsql: Fix hstore_plpython for Python 3.