File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ sub mkvcbuild
5050 our @pgportfiles = qw(
5151 chklocale.c crypt.c fseeko.c getrusage.c inet_aton.c random.c srandom.c
5252 getaddrinfo.c gettimeofday.c inet_net_ntop.c kill.c open.c erand48.c
53- snprintf.c strlcat.c strlcpy.c dirmod.c exec.c noblock.c path.c pipe.c
53+ snprintf.c strlcat.c strlcpy.c dirmod.c exec.c noblock.c path.c
5454 pgcheckdir.c pgmkdirp.c pgsleep.c pgstrcasecmp.c qsort.c qsort_arg.c
5555 sprompt.c thread.c getopt.c getopt_long.c dirent.c rint.c win32env.c
5656 win32error.c) ;
@@ -68,6 +68,7 @@ sub mkvcbuild
6868 $postgres -> ReplaceFile(' src\backend\port\pg_shmem.c' ,' src\backend\port\win32_shmem.c' );
6969 $postgres -> ReplaceFile(' src\backend\port\pg_latch.c' ,' src\backend\port\win32_latch.c' );
7070 $postgres -> AddFiles(' src\port' ,@pgportfiles );
71+ $postgres -> AddFile(' src\backend\port\pipe.c' );
7172 $postgres -> AddDir(' src\timezone' );
7273 $postgres -> AddFiles(' src\backend\parser' ,' scan.l' ,' gram.y' );
7374 $postgres -> AddFiles(' src\backend\bootstrap' ,' bootscanner.l' ,' bootparse.y' );
You can’t perform that action at this time.
0 commit comments