Re: [HACKERS] Bringing text abbreviation debug output under the control of trace_sort

2015-04-07 Thread Peter Geoghegan
On Tue, Apr 7, 2015 at 7:46 PM, Robert Haas wrote: > Done. Thank you. -- Peter Geoghegan -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers

Re: [HACKERS] Bringing text abbreviation debug output under the control of trace_sort

2015-04-07 Thread Robert Haas
On Sun, Apr 5, 2015 at 3:59 PM, Peter Geoghegan wrote: > 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

[HACKERS] Bringing text abbreviation debug output under the control of trace_sort

2015-04-05 Thread Peter Geoghegan
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'r