Re: Three animals fail test-decoding-check on REL_10_STABLE - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Three animals fail test-decoding-check on REL_10_STABLE
Date
Msg-id 3044.1547389495@sss.pgh.pa.us
Whole thread Raw
In response to Re: Three animals fail test-decoding-check on REL_10_STABLE  (Andrew Dunstan <andrew.dunstan@2ndquadrant.com>)
Responses Re: Three animals fail test-decoding-check on REL_10_STABLE  (Andrew Dunstan <andrew.dunstan@2ndquadrant.com>)
List pgsql-hackers
Andrew Dunstan <andrew.dunstan@2ndquadrant.com> writes:
> On 1/12/19 2:03 PM, Tom Lane wrote:
>> I wonder if it's practical to scrape DLSUFFIX out of src/Makefile.port
>> instead of listing all the possibilities here.

> I'd rather get make to tell us directly, something like:
>     .PHONY: show_dl_suffix
>     show_dl_suffix:
>         @echo $(DLSUFFIX)

No objection here, but of course you'd have to back-patch that into
all active branches.

(The Darwin case is slightly exciting, but it looks like you'd get
the right answer as long as Makefile.shlib doesn't get involved.)

            regards, tom lane


pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: Three animals fail test-decoding-check on REL_10_STABLE
Next
From: Pavel Stehule
Date:
Subject: Re: [HACKERS] generated columns