output/security_label.source referring to abs_builddir instead of libdir - Mailing list pgsql-hackers

From Hamid Quddus Akhtar
Subject output/security_label.source referring to abs_builddir instead of libdir
Date
Msg-id CAOA6zUySzJVgqkQ-ufbY+KwOGOvCvqVeK4S2KHZU7ut7UUo3hA@mail.gmail.com
Whole thread Raw
Responses Re: output/security_label.source referring to abs_builddir instead of libdir
List pgsql-hackers
In make check, there are 4 shared libraries that are loaded for test cases from the src/test/regress folder. Whereas, output of other libraries contain @libdir@ tag, the output file for security_label (dumm_seclabel) contains a tag for @abs_builddir@ in the output/security_label.source file.

I believe this an issue, and rather than referring @abs_builddir@, it should instead contain the tag @libdir@. Also note that while I could provide a path for dynamic libraries via "dlpath" option of pg_regress, this is not honored by security_label test case.

PFA patch for this fix.


Regards.

--

Hamid Quddus Akhtar
Configuration Management Team



Ph: +92.333.544.9950
Skype ID: EngineeredVirus
www.enterprisedb.com

Follow us on Twitter

@EnterpriseDB 

Visit EnterpriseDB for tutorials, webinars, whitepapers and more

Attachment

pgsql-hackers by date:

Previous
From: Dimitri Fontaine
Date:
Subject: Re: record identical operator
Next
From: Robert Haas
Date:
Subject: Re: Re: Proposal/design feedback needed: WITHIN GROUP (sql standard ordered set aggregate functions)