File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
* Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
8
8
* Portions Copyright (c) 1994, Regents of the University of California
9
9
*
10
- * $PostgreSQL: pgsql/src/include/storage/lock.h,v 1.104 2007/03/03 18:46:40 momjian Exp $
10
+ * $PostgreSQL: pgsql/src/include/storage/lock.h,v 1.105 2007/05/30 16:16:32 tgl Exp $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
@@ -394,7 +394,7 @@ typedef enum
394
394
LOCKACQUIRE_ALREADY_HELD /* incremented count for lock already held */
395
395
} LockAcquireResult ;
396
396
397
- /* Deadlock states identified by DeadlockCheck () */
397
+ /* Deadlock states identified by DeadLockCheck () */
398
398
typedef enum
399
399
{
400
400
DS_DEADLOCK_NOT_FOUND , /* no deadlock found within database server */
You can’t perform that action at this time.
0 commit comments