pgsql: Make trace_sort control abbreviation debug output for the text o

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make trace_sort control abbreviation debug output for the text o
Date: 2015-04-08 02:46:40
Message-ID: E1Yfg0m-0007Uj-NP@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Make trace_sort control abbreviation debug output for the text opclass.

This is consistent with what the new numeric suppor for abbreviated keys
now does, and seems much more convenient than having a separate compiler
define to control this debug output.

Peter Geoghegan

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/aea652abd3b6e41eeab58e14dfe3d3120592b443

Modified Files
--------------
src/backend/utils/adt/varlena.c | 19 +++++++++----------
1 file changed, 9 insertions(+), 10 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2015-04-08 04:35:55 Re: pgsql: Mark the second argument of pg_log as the translatable string in
Previous Message Fujii Masao 2015-04-08 02:06:47 pgsql: Mark the second argument of pg_log as the translatable string in