Re: Add extension options to control TAP and isolation tests
Nikolay Shaplov <dhyan@nataraj.su>
From: Nikolay Shaplov <dhyan@nataraj.su>
To: pgsql-hackers@lists.postgresql.org
Cc: Michael Paquier <michael@paquier.xyz>, Adam Berlin <berlin.ab@gmail.com>
Date: 2018-11-26T07:50:35Z
Lists: pgsql-hackers
В письме от 26 ноября 2018 08:53:20 Вы написали: > > I've carefully read this documentation. And did not get clear explanation > > of what is the true purpose of PGXS environment variable. Only > > > > "The last three lines should always be the same. Earlier in the file, you > > assign variables or add custom make rules." > > The definition of PGXS is here: > https://www.postgresql.org/docs/11/extend-pgxs.html Can you please provide the quotation? I see there PGXS mentioned several times as "a build infrastructure for extensions" and as an environment variable it is mentioned only in code sample PGXS := $(shell $(PG_CONFIG) --pgxs) include $(PGXS) So for me there is no explanation. Or it is hard to find (that is also bad) If we are done with your patch, can we still finish this line of discussion in order to create another small patch concerning PGXS-env-var comment?
Commits
-
Add PGXS options to control TAP and isolation tests, take two
- d3c09b9b1307 12.0 landed
-
Add PGXS options to control TAP and isolation tests
- 03faa4a8ddf0 12.0 landed