mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Fix MSVC build for changes to binaryheap.
After 5af0263afd, binaryheap.c needs to be listed in Mkvcbuild.pm.
Per buildfarm.
This commit is contained in:
parent
5af0263afd
commit
83223f5f71
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ sub mkvcbuild
|
|||
}
|
||||
|
||||
our @pgcommonallfiles = qw(
|
||||
archive.c base64.c checksum_helper.c compression.c
|
||||
archive.c base64.c binaryheap.c checksum_helper.c compression.c
|
||||
config_info.c controldata_utils.c d2s.c encnames.c exec.c
|
||||
f2s.c file_perm.c file_utils.c hashfn.c ip.c jsonapi.c
|
||||
keywords.c kwlookup.c link-canary.c md5_common.c percentrepl.c
|
||||
|
|
|
|||
Loading…
Reference in a new issue