Fix Windows builds in back branches.
authorTom Lane <[email protected]>
Mon, 23 Nov 2015 05:32:01 +0000 (00:32 -0500)
committerTom Lane <[email protected]>
Mon, 23 Nov 2015 05:32:01 +0000 (00:32 -0500)
I missed adding src/port/tar.c to the Windows build files when
back-patching the addition of that file to 9.2 and 9.1.
Per buildfarm.

src/tools/msvc/Mkvcbuild.pm

index 2fafec240ccc218689938da8c23d47ab2cfdf7ea..cf800ecaa916c2b31d09e27d52ac290fb5aa64ab 100644 (file)
@@ -60,7 +60,7 @@ sub mkvcbuild
      srandom.c getaddrinfo.c gettimeofday.c inet_net_ntop.c kill.c open.c
      erand48.c snprintf.c strlcat.c strlcpy.c dirmod.c exec.c noblock.c path.c
      pgcheckdir.c pg_crc.c pgmkdirp.c pgsleep.c pgstrcasecmp.c qsort.c qsort_arg.c
-     sprompt.c thread.c getopt.c getopt_long.c dirent.c rint.c win32env.c
+     sprompt.c tar.c thread.c getopt.c getopt_long.c dirent.c rint.c win32env.c
      win32error.c win32setlocale.c mkdtemp.c);
 
    $libpgport = $solution->AddProject('libpgport', 'lib', 'misc');