Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit56b0260

Browse files
committed
[PGPRO-6148] Remove pgwin32_is_junction() due to 5fc88c5d.
Tags: ptrack
1 parent9cbf6a5 commit56b0260

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-
#ifndefWIN32
381380
elseif (S_ISLNK(fst.st_mode))
382-
#else
383-
elseif (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)

[8]ページ先頭

©2009-2025 Movatter.jp