pgwin32_is_junction's argument should be "const char *" not "char *".
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 5 Nov 2016 15:14:10 +0000 (11:14 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 5 Nov 2016 15:14:10 +0000 (11:14 -0400)
commit06f5fd2f4f3d0991af07456e7cf6632b4ad9d7e7
tree18846cdadbb36f335d5ee6dbaaa18cf15913675f
parentd49cc588ca589cd378b5862fa5704eaade4a1380
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).
src/include/port.h
src/port/dirmod.c