[COMMITTERS] pgsql: Find openssl lib files in right directory for MSVC

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема [COMMITTERS] pgsql: Find openssl lib files in right directory for MSVC
Дата
Msg-id E1dHwl5-00049b-Op@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Find openssl lib files in right directory for MSVC

Some openssl builds put their lib files in a VC subdirectory, others do
not. Cater for both cases.

Backpatch to all live branches.

From an offline discussion with Leonardo Cecchi.

Branch
------
REL9_3_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/fe39a086d457c044dc22706b7f505430c0768363

Modified Files
--------------
src/tools/msvc/Solution.pm | 18 ++++++++++++++----
1 file changed, 14 insertions(+), 4 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Don't be so trusting that shm_toc_lookup() will always succeed.
Следующее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Code review for shm_toc.h/.c.