We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 221d729 commit fd12c8fCopy full SHA for fd12c8f
src/backend/storage/file/fd.c
@@ -6,7 +6,7 @@
6
* Copyright (c) 1994, Regents of the University of California
7
*
8
* IDENTIFICATION
9
- * $Id: fd.c,v 1.11 1996/12/27 22:57:51 bryanh Exp $
+ * $Id: fd.c,v 1.12 1996/12/28 22:44:14 momjian Exp $
10
11
* NOTES:
12
@@ -378,7 +378,7 @@ AssertLruRoom()
378
/* We supposedly are using more vfds than we want to be. First
379
assert that there is at least one used vfd in the ring.
380
*/
381
- Assert(VfdCache[0].lruMoreRecently ! 0);
+ Assert(VfdCache[0].lruMoreRecently != 0);
382
LruDelete(VfdCache[0].lruMoreRecently);
383
}
384
0 commit comments