Re: A qsort template - Mailing list pgsql-hackers

From Peter Geoghegan
Subject Re: A qsort template
Date
Msg-id CAH2-WzkNY8F0WNXkUUKPVS_Dh0LDiYOHmuh1sbuAX2DK0nBBTg@mail.gmail.com
Whole thread Raw
In response to Re: A qsort template  (Andres Freund <andres@anarazel.de>)
Responses Re: A qsort template  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Thu, May 19, 2022 at 1:12 PM Justin Pryzby <pryzby@telsasoft.com> wrote:
> Should these debug lines be removed ?
>
> elog(DEBUG1, "qsort_tuple");

I agree -- DEBUG1 seems too chatty for something like this. DEBUG2
would be more appropriate IMV. Though I don't feel very strongly about
it.

--
Peter Geoghegan



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pg15b1: FailedAssertion("val > base", File: "...src/include/utils/relptr.h", Line: 67, PID: 30485)
Next
From: Tom Lane
Date:
Subject: Re: A qsort template