Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit78b25fd

Browse files
committed
Add missing 'break' in Win32 switch statement, reported by Martin Zaun
1 parentd1c2446 commit78b25fd

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
caseRESTORE_COMMAND_LINK:
119119
SET_RESTORE_COMMAND("mklink",WALFilePath,xlogFilePath);
120+
break;
120121
caseRESTORE_COMMAND_COPY:
121122
default:
122123
SET_RESTORE_COMMAND("copy",WALFilePath,xlogFilePath);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp