win32ver data in meson-built postgres.exe
Noah Misch <noah@leadboat.com>
From: Noah Misch <noah@leadboat.com>
To: pgsql-hackers@postgresql.org
Date: 2023-06-07T23:14:07Z
Lists: pgsql-hackers
Attachments
- win32ver-backend-meson-v1.patch (text/plain) patch v1
A postgres.exe built with meson, ninja, and MSVC lacks the version metadata that postgres.exe gets under non-meson build systems. Patch attached.
Commits
-
Add win32ver data to meson-built postgres.exe.
- 8c7ad6f1562b 16.0 landed
-
Give postgres.exe the icon of other executables.
- 04411cbfdb76 16.0 landed