Skip to content

Commit 56b0260

Browse files
committed
[PGPRO-6148] Remove pgwin32_is_junction() due to 5fc88c5d.
Tags: ptrack
1 parent 9cbf6a5 commit 56b0260

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ptrack.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -377,11 +377,7 @@ ptrack_gather_filelist(List **filelist, char *path, Oid spcOid, Oid dbOid)
377377
ptrack_gather_filelist(filelist, subpath, spcOid, InvalidOid);
378378
}
379379
/* TODO: is it enough to properly check symlink support? */
380-
#ifndef WIN32
381380
else if (S_ISLNK(fst.st_mode))
382-
#else
383-
else if (pgwin32_is_junction(subpath))
384-
#endif
385381
{
386382
/*
387383
* We expect that symlinks with only digits in the name to be

0 commit comments

Comments
 (0)