pgsql: Fix broken comparetup_datum code. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix broken comparetup_datum code.
Date
Msg-id E1SGGFL-0007NR-Pk@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Fix some typos in the documentation
Next
From: Tom Lane
Date:
Subject: pgsql: Fix misleading output from gin_desc().