pgsql: Fix MSVC recipe for ecpg regression tests.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix MSVC recipe for ecpg regression tests.
Дата
Msg-id E1rxcPt-002lJc-9e@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix MSVC recipe for ecpg regression tests.

While back-patching commit 6f0cef935, I forgot that the MSVC
build scripts would also need adjustment in the back branches.
This is a blind attempt at a fix, but it's basically copying
nearby code so I think it will work.

Per buildfarm (via Andrew Dunstan)

Discussion: https://postgr.es/m/4cc4dc47-ca2b-4129-8784-db69b5f82777@dunslane.net

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/1e7b1b026d8270d5c70ecc60ecccc748c5d99727

Modified Files
--------------
src/tools/msvc/ecpg_regression.proj | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Fix assorted bugs in ecpg's macro mechanism.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix MSVC recipe for ecpg regression tests, redux.