This patch adapts the create_temp_instance script so that it can also create and populate postgres databases instead of just sqlite databases.
This in turn allows to run all the regression tests using a postgres database rather than a sqlite database, making is far easier to test LNT against a postgres database.
Documentation on how to use this has been added to the developer guide as part of this patch.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM