pgsql: Fix broken comparetup_datum code.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix broken comparetup_datum code.
Date: 2012-04-06 20:59:03
Message-ID: E1SGGFL-0007NR-Pk@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix broken comparetup_datum code.

Commit 337b6f5ecf05b21b5e997986884d097d60e4e3d0 contained the entirely
fanciful assumption that it had made comparetup_datum unreachable.
Reported and patched by Takashi Yamamoto.

Fix up some not terribly accurate/useful comments from that commit, too.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/17b985b1a068e120feb05bb61be6328f4fef8090

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2012-04-06 22:11:03 pgsql: Fix misleading output from gin_desc().
Previous Message Peter Eisentraut 2012-04-06 20:56:00 pgsql: Correct various system catalog/view definitions in the documenta