pgsql: Remove unused ByteaSortSupport.abbreviate field - Mailing list pgsql-committers

From John Naylor
Subject pgsql: Remove unused ByteaSortSupport.abbreviate field
Date
Msg-id E1wHyuQ-003IVy-2B@gemulon.postgresql.org
Whole thread
List pgsql-committers
Remove unused ByteaSortSupport.abbreviate field

Oversight in commit 9303d62c6.

Author: Aleksander Alekseev <aleksander@tigerdata.com>
Discussion: https://postgr.es/m/CAJ7c6TOsKmmgyA6EwxKVsNeHFHrWXYdgZivgjo_ujf890BpeeA@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a0302eac784d170497eca3184d246f945b2e3a7f

Modified Files
--------------
src/backend/utils/adt/bytea.c | 2 --
1 file changed, 2 deletions(-)


pgsql-committers by date:

Previous
From: Amit Kapila
Date:
Subject: pgsql: Fix xid_advance_interval when max_retention_duration is 0.
Next
From: John Naylor
Date:
Subject: Re: pgsql: Separate out bytea sort support from varlena.c