pgwin32_is_junction's argument should be "const char *" not "char *".
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| src/include/port.h | modified | +1 −1 |
| src/port/dirmod.c | modified | +2 −2 |