|
6 | 6 | *
|
7 | 7 | * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
|
8 | 8 | *
|
9 |
| - * $PostgreSQL: pgsql/src/port/open.c,v 1.24 2007/12/27 13:02:48 petere Exp $ |
| 9 | + * $PostgreSQL: pgsql/src/port/open.c,v 1.25 2007/12/28 12:32:56 petere Exp $ |
10 | 10 | *
|
11 | 11 | *-------------------------------------------------------------------------
|
12 | 12 | */
|
@@ -111,7 +111,7 @@ pgwin32_open(const char *fileName, int fileFlags,...)
|
111 | 111 | (errmsg("could not open file \"%s\": %s",fileName,
|
112 | 112 | (err==ERROR_SHARING_VIOLATION)?_("sharing violation"):_("lock violation")),
|
113 | 113 | errdetail("Continuing to retry for 30 seconds."),
|
114 |
| -errhint("Youmay have antivirus, backup, or similar software interfering with the database system."))); |
| 114 | +errhint("Youmight have antivirus, backup, or similar software interfering with the database system."))); |
115 | 115 | #endif
|
116 | 116 |
|
117 | 117 | if (loops<300)
|
|