pgsql: Add missing unicode_category.c to MSVC build scripts

From: David Rowley <drowley(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add missing unicode_category.c to MSVC build scripts
Date: 2023-11-03 07:13:08
Message-ID: E1qyoMe-003heK-0l@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add missing unicode_category.c to MSVC build scripts

Fixes MSVC build failure introduced by a02b37fc0

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/39c959ef25bd9cdd966ee024ab14f8f4214bb276

Modified Files
--------------
src/tools/msvc/Mkvcbuild.pm | 1 +
1 file changed, 1 insertion(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2023-11-03 13:52:19 pgsql: doc: ALTER DEFAULT PRIVILEGES does not affect inherited roles
Previous Message David Rowley 2023-11-02 23:35:56 pgsql: Stabilize postgres_fdw tests on 32-bit machines