projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df412d9
)
may -> might
author
Peter Eisentraut
<peter_e@gmx.net>
Fri, 28 Dec 2007 12:32:56 +0000
(12:32 +0000)
committer
Peter Eisentraut
<peter_e@gmx.net>
Fri, 28 Dec 2007 12:32:56 +0000
(12:32 +0000)
src/port/open.c
patch
|
blob
|
blame
|
history
diff --git
a/src/port/open.c
b/src/port/open.c
index 6ef0e21a02f94cbc44321f6e5cc7614bb74cc204..7289339c452dc68a431fd00816f199810adc1a38 100644
(file)
--- a/
src/port/open.c
+++ b/
src/port/open.c
@@
-111,7
+111,7
@@
pgwin32_open(const char *fileName, int fileFlags,...)
(errmsg("could not open file \"%s\": %s", fileName,
(err == ERROR_SHARING_VIOLATION)?_("sharing violation"):_("lock violation")),
errdetail("Continuing to retry for 30 seconds."),
- errhint("You m
ay
have antivirus, backup, or similar software interfering with the database system.")));
+ errhint("You m
ight
have antivirus, backup, or similar software interfering with the database system.")));
#endif
if (loops < 300)