Re: Rationalizing declarations of src/common/ variables - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Rationalizing declarations of src/common/ variables
Date
Msg-id 1214647.1638196019@sss.pgh.pa.us
Whole thread Raw
In response to Re: Rationalizing declarations of src/common/ variables  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: Rationalizing declarations of src/common/ variables
List pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> What's the value of introducing PGDLLIMPORT_FE? I mean suppose we just
> make PGDLLIMPORT expand to nothing in front-end code.

Hmm ... fair question.  It feels like that risks breaking something,
but offhand I can't see what, as long as we're certain that FRONTEND
is set correctly in every compile.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: A test for replay of regression tests
Next
From: Tom Lane
Date:
Subject: Re: Can I assume relation would not be invalid during from ExecutorRun to ExecutorEnd