8000 Attempt to fix MSVC build for asprintf addition · postgrespro/postgres_cluster@d3d3975 · GitHub
[go: up one dir, main page]

Skip to content
< 8000 header class="HeaderMktg header-logged-out js-details-container js-header Details f4 py-3" role="banner" data-is-top="true" data-color-mode=light data-light-theme=light data-dark-theme=dark>

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

8000
Appearance settings

Commit d3d3975

Browse files
committed
Attempt to fix MSVC build for asprintf addition
1 parent 5b6d08c commit d3d3975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/msvc/Mkvcbuild.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ sub mkvcbuild
6565
$solution = CreateSolution($vsVersion, $config);
6666

6767
our @pgportfiles = qw(
68-
chklocale.c crypt.c fls.c fseeko.c getrusage.c inet_aton.c random.c
68+
asprintf.c chklocale.c crypt.c fls.c fseeko.c getrusage.c inet_aton.c random.c
6969
srandom.c getaddrinfo.c gettimeofday.c inet_net_ntop.c kill.c open.c
7070
erand48.c snprintf.c strlcat.c strlcpy.c dirmod.c exec.c noblock.c path.c
7171
pgcheckdir.c pg_crc.c pgmkdirp.c pgsleep.c pgstrcasecmp.c pqsignal.c

0 commit comments

Comments
 (0)
0