1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-05 07:21:24 +03:00

Wording improvements

This commit is contained in:
Peter Eisentraut
2007-12-27 13:02:48 +00:00
parent a82cfcb9ee
commit f5f1355dc4
6 changed files with 14 additions and 14 deletions

View File

@ -6,7 +6,7 @@
*
* Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
*
* $PostgreSQL: pgsql/src/port/open.c,v 1.23 2007/12/20 20:27:53 mha Exp $
* $PostgreSQL: pgsql/src/port/open.c,v 1.24 2007/12/27 13:02:48 petere Exp $
*
*-------------------------------------------------------------------------
*/
@ -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 may have antivirus, backup or similar software interfering with the database.")));
errhint("You may have antivirus, backup, or similar software interfering with the database system.")));
#endif
if (loops < 300)