Re: pgsql: Change InitToastSnapshot to a macro. - Mailing list pgsql-committers

From Andrew Dunstan
Subject Re: pgsql: Change InitToastSnapshot to a macro.
Date
Msg-id 57A4E6DF.8070209@dunslane.net
Whole thread Raw
In response to pgsql: Change InitToastSnapshot to a macro.  (Robert Haas <rhaas@postgresql.org>)
Responses Re: pgsql: Change InitToastSnapshot to a macro.
List pgsql-committers

On 08/05/2016 12:04 PM, Robert Haas wrote:
> Change InitToastSnapshot to a macro.
>
> tqual.h is included in some front-end compiles, and a static inline
> breaks on buildfarm member castoroides.  Since the macro is never
> referenced, it should dodge that problem, although this doesn't
> seem like the cleanest way of hiding things from front-end compiles.
>
> Report and review by Tom Lane; patch by me.



Appears to have caused some buildfarm failures on the decoding tests.

cheers

andrew



pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix ts_delete(tsvector, text[]) to cope with duplicate array ent
Next
From: Tom Lane
Date:
Subject: pgsql: Make array_to_tsvector() sort and de-duplicate the given strings