1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Remove OPENLINK define

This commit is contained in:
Bruce Momjian
1996-11-04 04:53:51 +00:00
parent 0108fddf13
commit 18bbad7696
5 changed files with 6 additions and 37 deletions

View File

@ -6,7 +6,7 @@
* Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION
* $Id: fd.c,v 1.6 1996/10/31 10:19:59 scrappy Exp $
* $Id: fd.c,v 1.7 1996/11/04 04:53:24 momjian Exp $
*
* NOTES:
*
@ -197,14 +197,12 @@ static int FileAccess(File file);
static File fileNameOpenFile(FileName fileName, int fileFlags, int fileMode);
static char *filepath(char *filename);
#ifdef OPENLINK_PATCHES
pg_fsync(fd)
{
extern int fsyncOff;
return fsyncOff ? 0 : fsync(fd);
}
#define fsync pg_fsync
#endif
#if defined(FDDEBUG)
static void