Skip to content

Commit eab35bc

Browse files
committed
[PGPRO-7470] Function pgwin32_is_junction removed due to commit 5fc88c5d
Tags: ptrack
1 parent 6cfe1f7 commit eab35bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: ptrack.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ ptrack_gather_filelist(List **filelist, char *path, Oid spcOid, Oid dbOid)
376376
ptrack_gather_filelist(filelist, subpath, spcOid, InvalidOid);
377377
}
378378
/* TODO: is it enough to properly check symlink support? */
379-
#ifndef WIN32
379+
#if !defined(WIN32) || (PG_VERSION_NUM >= 160000)
380380
else if (S_ISLNK(fst.st_mode))
381381
#else
382382
else if (pgwin32_is_junction(subpath))

0 commit comments

Comments
 (0)