summaryrefslogtreecommitdiff
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 1f1ed33dc2d..0c089fc7ecc 100644
--- a/src/backend/port/win32_latch.c
+++ b/src/backend/port/win32_latch.c
@@ -31,6 +31,12 @@
void
+InitializeLatchSupport(void)
+{
+ /* currently, nothing to do here for Windows */
+}
+
+void
InitLatch(volatile Latch *latch)
{
latch->is_set = false;