pgsql: Fix the MSVC build process for uuid-ossp.

Поиск
Список
Период
Сортировка
От Noah Misch
Тема pgsql: Fix the MSVC build process for uuid-ossp.
Дата
Msg-id E1WxFqE-0002dq-Nz@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix the MSVC build process for uuid-ossp.

Catch up with commit b8cc8f94730610c0189aa82dfec4ae6ce9b13e34's
introduction of the HAVE_UUID_OSSP symbol to the principal build
process.  Back-patch to 9.4, where that commit appeared.

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/cee1f48cb3e34dbd8435849369a7cd0f7cbc6d3b

Modified Files
--------------
src/tools/msvc/Solution.pm |    1 +
1 file changed, 1 insertion(+)


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

Предыдущее
От: Noah Misch
Дата:
Сообщение: pgsql: Fix the MSVC build process for uuid-ossp.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ...