diff options
author | Bruce Momjian | 2010-02-26 02:01:40 +0000 |
---|---|---|
committer | Bruce Momjian | 2010-02-26 02:01:40 +0000 |
commit | 65e806cba1f0f154d51caa7478e7192ce58d1056 (patch) | |
tree | 99a656d7b4ec6d038d4c24e07fadf75db4c37e79 /src/port/dirmod.c | |
parent | 16040575a04486d8e0823b4e304f4933144baf90 (diff) |
pgindent run for 9.0
Diffstat (limited to 'src/port/dirmod.c')
-rw-r--r-- | src/port/dirmod.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/port/dirmod.c b/src/port/dirmod.c index 8b66e656e70..ede728afeef 100644 --- a/src/port/dirmod.c +++ b/src/port/dirmod.c @@ -10,7 +10,7 @@ * Win32 (NT4 and newer). * * IDENTIFICATION - * $PostgreSQL: pgsql/src/port/dirmod.c,v 1.60 2010/01/02 16:58:13 momjian Exp $ + * $PostgreSQL: pgsql/src/port/dirmod.c,v 1.61 2010/02/26 02:01:38 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -135,8 +135,8 @@ pgrename(const char *from, const char *to) _dosmaperr(err); /* - * Modern NT-based Windows versions return ERROR_SHARING_VIOLATION - * if another process has the file open without FILE_SHARE_DELETE. + * Modern NT-based Windows versions return ERROR_SHARING_VIOLATION if + * another process has the file open without FILE_SHARE_DELETE. * ERROR_LOCK_VIOLATION has also been seen with some anti-virus * software. This used to check for just ERROR_ACCESS_DENIED, so * presumably you can get that too with some OS versions. We don't |