pgsql: Fix MSVC build for changes to binaryheap.

From: Nathan Bossart <nathan(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix MSVC build for changes to binaryheap.
Date: 2023-09-18 19:47:14
Message-ID: E1qiKDC-004cJp-E3@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix MSVC build for changes to binaryheap.

After 5af0263afd, binaryheap.c needs to be listed in Mkvcbuild.pm.
Per buildfarm.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/83223f5f714482dd44883c68ecac2ae8c2d838e8

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

Browse pgsql-committers by date

  From Date Subject
Next Message Nathan Bossart 2023-09-18 21:06:38 pgsql: Add function for removing arbitrary nodes in binaryheap.
Previous Message Nathan Bossart 2023-09-18 19:19:05 pgsql: Make binaryheap available to frontend code.