pgsql: Log the location field before any backtrace

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Log the location field before any backtrace
Date: 2020-07-10 06:35:35
Message-ID: E1jtmdD-0002vY-G4@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log the location field before any backtrace

This order makes more sense because the location is effectively at the
lowest level of the backtrace.

Discussion: https://www.postgresql.org/message-id/flat/90f5fa04-c410-a54e-9449-aa3749fb7972%402ndquadrant.com

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/8ff4d1277b8660de85e4a7d796ccc1b64187d80f

Modified Files
--------------
src/backend/utils/error/elog.c | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2020-07-10 08:19:57 pgsql: Revert "Remove reset of testtablespace from pg_regress on Window
Previous Message Andrew Dunstan 2020-07-10 02:21:57 Re: pgsql: Remove reset of testtablespace from pg_regress on Windows