Re: [PATCH] Add min/max aggregate functions to BYTEA - Mailing list pgsql-hackers

From Marat Bukharov
Subject Re: [PATCH] Add min/max aggregate functions to BYTEA
Date
Msg-id CAPCEVGVczn-btFeP_DvmJo5j631bB6jbgabZC0NM8HTy1bO9ZQ@mail.gmail.com
Whole thread Raw
In response to Re: [PATCH] Add min/max aggregate functions to BYTEA  (Marat Buharov <marat.buharov@gmail.com>)
List pgsql-hackers
V3 patch with fixed length comparison

--

With best regards,
Marat Bukharov

>
> V2 patch with fixed tests
>
> >
> > Hello. BYTEA type has the ability to use comparison operations. But it
> > is absent of min/max aggregate functions. They are nice to have to
> > provide consistency with the TEXT type.
> >



pgsql-hackers by date:

Previous
From: Jelte Fennema-Nio
Date:
Subject: Re: Add a GUC check hook to ensure summarize_wal cannot be enabled when wal_level is minimal
Next
From: Marat Bukharov
Date:
Subject: Re: [PATCH] Add min/max aggregate functions to BYTEA