pgwin32_is_junction's argument should be "const char *" not "char *".

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 06f5fd2f4f3d0991af07456e7cf6632b4ad9d7e7
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2016-11-05T15:14:10Z
Releases: 10.0
pgwin32_is_junction's argument should be "const char *" not "char *".

We're passing const strings to it in places, and that's not an
unreasonable thing to do.  Per buildfarm (noted on frogmouth
in particular).

Files

PathChange+/−
src/include/port.h modified +1 −1
src/port/dirmod.c modified +2 −2