diff options
author | Andres Freund <andres@anarazel.de> | 2022-03-22 08:22:02 -0700 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2022-03-22 08:28:52 -0700 |
commit | f183e23cc8a9107b6a8ddc7f16b97da926fddf94 (patch) | |
tree | 479c0c7fbc7b2ccb025091bae17f30a94cead9f8 /contrib/postgres_fdw/postgres_fdw.c | |
parent | f32be9938ca48d9658eaf29a30c78f855d36e97a (diff) | |
download | postgresql-f183e23cc8a9107b6a8ddc7f16b97da926fddf94.tar.gz postgresql-f183e23cc8a9107b6a8ddc7f16b97da926fddf94.zip |
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
Diffstat (limited to 'contrib/postgres_fdw/postgres_fdw.c')
0 files changed, 0 insertions, 0 deletions