pgsql: Add missing dependency of pg_dumpall to WIN32RES.

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: Add missing dependency of pg_dumpall to WIN32RES.
Дата
Msg-id E1nWgRu-000srX-Ky@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add missing dependency of pg_dumpall to WIN32RES.

When cross-building to windows, or building with mingw on windows, the build
could fail with
  x86_64-w64-mingw32-gcc: error: win32ver.o: No such file or director
because pg_dumpall didn't depend on WIN32RES, but it's recipe references
it. The build nevertheless succeeded most of the time, due to
pg_dump/pg_restore having the required dependency, causing win32ver.o to be
built.

Reported-By: Thomas Munro <thomas.munro@gmail.com>
Discussion: https://postgr.es/m/CA+hUKGJeekpUPWW6yCVdf9=oBAcCp86RrBivo4Y4cwazAzGPng@mail.gmail.com
Backpatch: 10-, omission present on all live branches

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/083031aa99d739f5e8ff26d90e488ed4ac14892e

Modified Files
--------------
src/bin/pg_dump/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: pgstat: fix function name in comment.
Следующее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Fix new Object Access hooks test