Re: [HACKERS] Show backtrace when tap tests fail - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [HACKERS] Show backtrace when tap tests fail
Date
Msg-id 2523.1505855721@sss.pgh.pa.us
Whole thread Raw
In response to Re: [HACKERS] Show backtrace when tap tests fail  (Andres Freund <andres@anarazel.de>)
Responses Re: [HACKERS] Show backtrace when tap tests fail
List pgsql-hackers
Andres Freund <andres@anarazel.de> writes:
> On 2017-09-19 21:37:26 +0100, Dagfinn Ilmari Mannsåker wrote:
>> Devel::Confess is more thorough, so +1 on that.

> Or just try Devel::Confess first, and if the require fails, go to
> Carp::always.

Meh --- Carp::Always isn't standard either, so I think this is just extra
complication with little value-add.  Let's just do the Devel::Confess
incantation as Dagfinn has it.
        regards, tom lane


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] Re: issue: record or row variable cannot be part of multiple-item INTO list
Next
From: Thomas Munro
Date:
Subject: Re: [HACKERS] src/test/subscription/t/002_types.pl hanging onparticular environment