Re: jsonpath

From: Andrew Dunstan <andrew(dot)dunstan(at)2ndquadrant(dot)com>
To: Tom Turelinckx <tom(at)turelinckx(dot)be>, 'Tom Lane' <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: 'Alexander Korotkov' <a(dot)korotkov(at)postgrespro(dot)ru>, 'Andres Freund' <andres(at)anarazel(dot)de>, 'PostgreSQL Hackers' <pgsql-hackers(at)lists(dot)postgresql(dot)org>, 'John Naylor' <john(dot)naylor(at)2ndquadrant(dot)com>, 'Jeff Janes' <jeff(dot)janes(at)gmail(dot)com>, 'Nikita Glukhov' <n(dot)gluhov(at)postgrespro(dot)ru>, 'Tomas Vondra' <tomas(dot)vondra(at)2ndquadrant(dot)com>, 'Oleg Bartunov' <obartunov(at)postgrespro(dot)ru>, 'Michael Paquier' <michael(at)paquier(dot)xyz>, 'Stas Kelvich' <s(dot)kelvich(at)postgrespro(dot)ru>, 'PostgreSQL-development' <pgsql-hackers(at)postgresql(dot)org>, 'Thomas Munro' <thomas(dot)munro(at)enterprisedb(dot)com>, 'David Steele' <david(at)pgmasters(dot)net>, 'Robert Haas' <robertmhaas(at)gmail(dot)com>, 'Pavel Stehule' <pavel(dot)stehule(at)gmail(dot)com>
Subject: Re: jsonpath
Date: 2019-03-31 18:05:43
Message-ID: 4d582dfe-dc60-eecb-9e43-270677b86890@2ndQuadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


On 3/31/19 12:21 PM, Tom Turelinckx wrote:
> Tom Lane wrote:
>
>> I assume this trace is from this run?
>> https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=skate&dt=2019-03-31%2006%3A24%3A35
> Yes. I did get a core file now, but it wasn't picked up by the buildfarm
> script, so I extracted the backtrace manually.
>
>

I have just committed a patch that should result in stack traces being
picked up in pg_upgrade testing. See
<https://github.com/PGBuildFarm/client-code/commit/51889e9dd86dd10f7b9444cb62eebb7f8baa989e>

You should be able to drop the updated file in place, get it from
<https://raw.githubusercontent.com/PGBuildFarm/client-code/51889e9dd86dd10f7b9444cb62eebb7f8baa989e/PGBuild/Modules/TestUpgrade.pm>

There will be a buildfarm release out very soon that includes this.

cheers

andrew

--
Andrew Dunstan https://www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2019-03-31 18:46:51 Re: speeding up planning with partitions
Previous Message Andrey Borodin 2019-03-31 17:52:31 Re: Google Summer of Code: question about GiST API advancement project