Re: [HACKERS] [PATCH] SortSupport for macaddr type - Mailing list pgsql-hackers

From Neha Khatri
Subject Re: [HACKERS] [PATCH] SortSupport for macaddr type
Date
Msg-id CAFO0U+_Usr=ButsdjWu875zfT=3UCbdgC6-odb0Od8DUVX13PQ@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] [PATCH] SortSupport for macaddr type  (Julien Rouhaud <julien.rouhaud@dalibo.com>)
Responses Re: [HACKERS] [PATCH] SortSupport for macaddr type  (Heikki Linnakangas <hlinnaka@iki.fi>)
List pgsql-hackers
Hi Brandur,

Couple of typo corrections required in patch:

s/converstion/conversion
s/go the heap/go to the heap

The performance results you shared are for he Index Creation operation.
Are there similar results for the sorting using ORDER BY queries too? Just curious.

Regards,
Neha

pgsql-hackers by date:

Previous
From: Amit Langote
Date:
Subject: Re: [HACKERS] Partitioned tables and relfilenode
Next
From: Robert Haas
Date:
Subject: Re: [HACKERS] Adding support for Default partition in partitioning