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

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

  1. Add win32ver data to meson-built postgres.exe.

  2. Give postgres.exe the icon of other executables.