Bringing text abbreviation debug output under the control of trace_sort - Mailing list pgsql-hackers

From Peter Geoghegan
Subject Bringing text abbreviation debug output under the control of trace_sort
Date
Msg-id CAM3SWZT4xA+cf6HO+Qe+-iVivuz+EUb-LsjZ8UQuegwqEtyxVg@mail.gmail.com
Whole thread Raw
Responses Re: Bringing text abbreviation debug output under the control of trace_sort
List pgsql-hackers
Attached patch makes trace_sort control abbreviation debug output for
the text opclass, which makes it consistent with the numeric opclass.
This seems better than relying on someone going to the trouble of
building Postgres themselves to debug cases where abbreviation is the
wrong thing, which we're not 100% sure will not occur. It also allows
wider analysis of where abbreviation helps the most and the least in
production, which is surely a good thing.

I have added this to the next commitfest, but I suggest that it be
quickly committed to the master branch as a maintenance commit.
--
Peter Geoghegan

Attachment

pgsql-hackers by date:

Previous
From: Artem Luzyanin
Date:
Subject: PATCH: Spinlock Documentation
Next
From: David Fetter
Date:
Subject: Re: PATCH: Spinlock Documentation