You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
For historical reasons, libpq used a separate libpq.rc file for theWindows builds while all other components use a common filewin32ver.rc. With a bit of tweaking, the libpq build can also use thewin32ver.rc file. This removes a bit of duplicative code.Reviewed-by: Kyotaro Horiguchi <horikyota.ntt@gmail.com>Reviewed-by: Michael Paquier <michael@paquier.xyz>Discussion:https://www.postgresql.org/message-id/flat/ad505e61-a923-e114-9f38-9867d161073f@2ndquadrant.com
VALUE "CompanyName", "PostgreSQL Global Development Group"
18
20
VALUE "FileDescription", FILEDESC
19
21
VALUE "FileVersion", PG_VERSION
22
+
VALUE "InternalName", _INTERNAL_NAME_
20
23
VALUE "LegalCopyright", "Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group. Portions Copyright (c) 1994, Regents of the University of California."
24
+
VALUE "OriginalFileName", _ORIGINAL_NAME_
21
25
VALUE "ProductName", "PostgreSQL"
22
26
VALUE "ProductVersion", PG_VERSION
23
27
END
24
28
END
25
29
BLOCK "VarFileInfo"
26
30
BEGIN
27
-
VALUE "Translation",0x0, 1200
31
+
VALUE "Translation",0x0409, 1200// U.S. English, Unicode