pgsql: Add Windows file version information to libpq/test programs.

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add Windows file version information to libpq/test programs.
Date: 2022-07-03 20:08:29
Message-ID: E1o85tL-0012z2-QG@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add Windows file version information to libpq/test programs.

Back-patch to v15, the first version to install these programs.

Discussion: https://postgr.es/m/20220501080706.GA1542365@rfd.leadboat.com

Branch
------
REL_15_STABLE

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

Modified Files
--------------
src/interfaces/libpq/test/Makefile | 5 +++++
1 file changed, 5 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2022-07-03 20:49:50 pgsql: Allow makeaclitem() to accept multiple privilege names.
Previous Message Tom Lane 2022-07-03 19:27:35 pgsql: Simplify tab completion of extension versions, redux.