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

Commita7650c0

Browse files
committed
stub for remote operations on Windows
1 parent481faf0 commita7650c0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎src/pg_probackup.c‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,12 @@ static ConfigOption cmd_options[] =
207207
staticvoid
208208
setMyLocation(void)
209209
{
210+
211+
#ifdefWIN32
212+
if (IsSshProtocol())
213+
elog(ERROR,"Remote operations on Windows are not possible at this moment");
214+
#endif
215+
210216
MyLocation=IsSshProtocol()
211217
? (backup_subcmd==ARCHIVE_PUSH_CMD||backup_subcmd==ARCHIVE_GET_CMD)
212218
?FIO_DB_HOST

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp