Re: [HACKERS] Small improvement to compactify_tuples

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: Юрий Соколов <funny(dot)falcon(at)gmail(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Claudio Freire <klaussfreire(at)gmail(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, Andres Freund <andres(at)anarazel(dot)de>, Sokolov Yura <funny(dot)falcon(at)postgrespro(dot)ru>, Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, Heikki Linnakangas <hlinnaka(at)iki(dot)fi>, PostgreSQL-Dev <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [HACKERS] Small improvement to compactify_tuples
Date: 2017-11-28 08:49:25
Message-ID: CAH2-WznEQBxeij1_PnczUD=vQqS0aPWOxJAkmjH_rXoBpeo0ZQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Nov 27, 2017 at 11:46 PM, Юрий Соколов <funny(dot)falcon(at)gmail(dot)com> wrote:
> Attached patched replaces gen_qsort_tuple.pl with qsort_template.h - generic
> qsort template header.
> Some tests do not specify exact order (ie their output depends on order of
> equal elements). Such tests output wes fixed.
>
> I didn't apply this qsort to compactify_tuples yet. Will do soon.

Seems you forgot to attach the patch.

--
Peter Geoghegan

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeevan Chalke 2017-11-28 08:50:40 Re: [HACKERS] Partition-wise aggregation/grouping
Previous Message Magnus Hagander 2017-11-28 08:35:50 Re: [HACKERS] More stats about skipped vacuums