1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-08 07:21:33 +03:00

Update Microsoft documentation link

Reported-by: Juan José Santamaría Flecha <juanjo.santamaria@gmail.com>
Discussion: https://www.postgresql.org/message-id/CAC%2BAXB1EDXiRPmiVfh%2BWX79x5vXJDU17k0GkDjfyPgOWO4Y5og%40mail.gmail.com
This commit is contained in:
Peter Eisentraut 2020-03-02 15:21:42 +01:00
parent d433b79b89
commit ed0d883765

View File

@ -384,7 +384,7 @@ win32_pghardlink(const char *src, const char *dst)
{ {
/* /*
* CreateHardLinkA returns zero for failure * CreateHardLinkA returns zero for failure
* http://msdn.microsoft.com/en-us/library/aa363860(VS.85).aspx * https://docs.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-createhardlinka
*/ */
if (CreateHardLinkA(dst, src, NULL) == 0) if (CreateHardLinkA(dst, src, NULL) == 0)
{ {