mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
pgindent run for 9.0
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user