Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 559390a

Browse files
committed
change stub wording
1 parent a7650c0 commit 559390a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pg_probackup.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ setMyLocation(void)
210210

211211
#ifdef WIN32
212212
if (IsSshProtocol())
213-
elog(ERROR, "Remote operations on Windows are not possible at this moment");
213+
elog(ERROR, "Currently remote operations on Windows are not supported");
214214
#endif
215215

216216
MyLocation = IsSshProtocol()

0 commit comments

Comments
 (0)