aboutsummaryrefslogtreecommitdiff
path: root/src/backend/port/win32_latch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/port/win32_latch.c')
-rw-r--r--src/backend/port/win32_latch.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/backend/port/win32_latch.c b/src/backend/port/win32_latch.c
index bd9c9faf9e5..36991533927 100644
--- a/src/backend/port/win32_latch.c
+++ b/src/backend/port/win32_latch.c
@@ -29,6 +29,12 @@
void
+InitializeLatchSupport(void)
+{
+ /* currently, nothing to do here for Windows */
+}
+
+void
InitLatch(volatile Latch *latch)
{
latch->is_set = false;