From 1bb932d1ea59e0e963571228348eec2c80c5df70 Mon Sep 17 00:00:00 2001 From: Huidae Cho Date: Sun, 15 Sep 2024 09:44:34 -0600 Subject: [PATCH] msvc/gettimeofday.c: Add the original URL --- msvc/gettimeofday.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/msvc/gettimeofday.c b/msvc/gettimeofday.c index 407460e2740..f29d043d173 100644 --- a/msvc/gettimeofday.c +++ b/msvc/gettimeofday.c @@ -1,4 +1,7 @@ /* + * Copied and clang-formatted from + * https://github.com/postgres/postgres/blob/master/src/port/win32gettimeofday.c + * * win32gettimeofday.c * Win32 gettimeofday() replacement *