pgsql: Make the includes field an array in MSVC build scripts

Поиск
Список
Период
Сортировка
От David Rowley
Тема pgsql: Make the includes field an array in MSVC build scripts
Дата
Msg-id E1m8rpL-0008KM-G4@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Make the includes field an array in MSVC build scripts

Previously the 'includes' field was a string.  It's slightly nicer to
manage this when it's defined as an array instead. This allows us to
more easily detect and eliminate duplicates.

Reviewed-by: Álvaro Herrera, Andrew Dunstan, Dagfinn Ilmari Mannsåker
Discussion: https://postgr.es/m/CAApHDvpo6g5csCTjc_0C7DMvgFPomVb0Rh-AcW5afd=Ya=LRuw@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/33d74c5d00e45248df66fa1bcd9222e0713ea5b1

Modified Files
--------------
src/tools/msvc/MSBuildProject.pm |  7 ++-----
src/tools/msvc/Mkvcbuild.pm      |  4 ++--
src/tools/msvc/Project.pm        | 12 +++++++-----
3 files changed, 11 insertions(+), 12 deletions(-)


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

Предыдущее
От: Fujii Masao
Дата:
Сообщение: pgsql: Update minimum recovery point on truncation during WAL replay of
Следующее
От: David Rowley
Дата:
Сообщение: pgsql: Don't duplicate references and libraries in MSVC scripts