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

Commiteab35bc

Browse files
committed
[PGPRO-7470] Function pgwin32_is_junction removed due to commit 5fc88c5d
Tags: ptrack
1 parent6cfe1f7 commiteab35bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎ptrack.c

Lines changed: 1 addition & 1 deletion
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-
#ifndefWIN32
379+
#if !defined(WIN32)|| (PG_VERSION_NUM >=160000)
380380
elseif (S_ISLNK(fst.st_mode))
381381
#else
382382
elseif (pgwin32_is_junction(subpath))

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp