Skip to content

Commit 78b25fd

Browse files
committed
Add missing 'break' in Win32 switch statement, reported by Martin Zaun
1 parent d1c2446 commit 78b25fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contrib/pg_standby/pg_standby.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* $PostgreSQL: pgsql/contrib/pg_standby/pg_standby.c,v 1.13 2008/07/08 15:11:58 heikki Exp $
2+
* $PostgreSQL: pgsql/contrib/pg_standby/pg_standby.c,v 1.14 2008/12/15 21:11:54 momjian Exp $
33
*
44
*
55
* pg_standby.c
@@ -117,6 +117,7 @@ CustomizableInitialize(void)
117117
{
118118
case RESTORE_COMMAND_LINK:
119119
SET_RESTORE_COMMAND("mklink", WALFilePath, xlogFilePath);
120+
break;
120121
case RESTORE_COMMAND_COPY:
121122
default:
122123
SET_RESTORE_COMMAND("copy", WALFilePath, xlogFilePath);

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