pgsql: Add win32ver data to meson-built postgres.exe. - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Add win32ver data to meson-built postgres.exe.
Date
Msg-id E1q8imM-001QBr-It@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add win32ver data to meson-built postgres.exe.

As in the older build systems, the resources object is not an input to
postgres.def.

Reviewed by Andres Freund.

Discussion: https://postgr.es/m/20230607231407.GC1334487@rfd.leadboat.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8c7ad6f1562ba7e8a65b21c40782091a4dd3301d

Modified Files
--------------
src/backend/meson.build | 8 ++++++++
1 file changed, 8 insertions(+)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix "wrong varnullingrels" for subquery nestloop parameters.
Next
From: Tom Lane
Date:
Subject: pgsql: Accept fractional seconds in jsonpath's datetime() method.