Re: pgsql: Separate out bytea sort support from varlena.c - Mailing list pgsql-committers

From Aleksander Alekseev
Subject Re: pgsql: Separate out bytea sort support from varlena.c
Date
Msg-id CAJ7c6TOsKmmgyA6EwxKVsNeHFHrWXYdgZivgjo_ujf890BpeeA@mail.gmail.com
Whole thread
In response to pgsql: Separate out bytea sort support from varlena.c  (John Naylor <john.naylor@postgresql.org>)
List pgsql-committers
Hi John,

> Separate out bytea sort support from varlena.c
>
> [...]

I noticed that the ByteaSortSupport.abbreviate field is not used for
anything. Here is the fix.

-- 
Best regards,
Aleksander Alekseev

Attachment

pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Replace deprecated StaticAssertStmt() with StaticAssertDecl()
Next
From: Michael Paquier
Date:
Subject: pgsql: Add tests for low-level PGLZ [de]compression routines