Re: pgsql: Provide a TLS init hook - Mailing list pgsql-hackers

From Tom Lane
Subject Re: pgsql: Provide a TLS init hook
Date
Msg-id 24208.1585341699@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Provide a TLS init hook  (Andrew Dunstan <andrew.dunstan@2ndquadrant.com>)
List pgsql-hackers
Andrew Dunstan <andrew.dunstan@2ndquadrant.com> writes:
> On 3/27/20 11:09 AM, Tom Lane wrote:
>> It seems like what the buildfarm would like is a way to invoke TAP tests
>> and traditional-framework tests separately, so that it could apply special
>> tooling to the former.  I'd have no objection to making that possible.

> Exactly. I'll look into that, but I'm open to any ideas people have.

With the makefile infrastructure, the first thing that comes to mind
is to support something like

    make [install]check SKIP_TAP_TESTS=1

    make [install]check SKIP_TRADITIONAL_TESTS=1

Don't know what to do in the MSVC world.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Reinitialize stack base after fork (for the benefit of rr)?
Next
From: Sergei Kornilov
Date:
Subject: Re: allow online change primary_conninfo