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 8934594 commit 5479c11Copy full SHA for 5479c11
src/backend/storage/file/fd.c
@@ -7,7 +7,7 @@
7
* Portions Copyright (c) 1994, Regents of the University of California
8
*
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/storage/file/fd.c,v 1.66 2000/11/10 03:53:44 vadim Exp $
+ * $Header: /cvsroot/pgsql/src/backend/storage/file/fd.c,v 1.67 2000/11/23 01:08:57 vadim Exp $
11
12
* NOTES:
13
@@ -672,9 +672,9 @@ fileNameOpenFile(FileName fileName,
672
*/
673
if (fileFlags & O_CREAT)
674
vfdP->fdstate = FD_DIRTY;
675
-#else
676
- vfdP->fdstate = 0x0;
+ else
677
#endif
+ vfdP->fdstate = 0x0;
678
679
return file;
680
}
0 commit comments