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

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-
#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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy