Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | more removals of PORTNAME_* | Marc G. Fournier | 1996-10-31 | |
| | ||||
* | *** src/backend/storage/file/fd.c.orig Thu Sep 12 17:17:21 1996 | Marc G. Fournier | 1996-09-22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | --- src/backend/storage/file/fd.c Thu Sep 12 17:23:38 1996 *************** *** 262,268 **** Delete(file); /* save the seek position */ ! fileP->seekPos = lseek(fileP->fd, 0L, SEEK_CUR); Assert( fileP->seekPos != -1); /* if we have written to the file, sync it */ --- 262,268 ---- Delete(file); /* save the seek position */ ! fileP->seekPos = (long) lseek(fileP->fd, 0L, SEEK_CUR); Assert( fileP->seekPos != -1); /* if we have written to the file, sync it */ Submitted by: Randy Terbush <randy@zyzzyva.com> | |||
* | More merges from Dr. George's tree... | Marc G. Fournier | 1996-07-22 | |
| | | | | | | | | | - src/backend/tcop/* - cosmetic changes to OPENLINK patches - src/backend/storage/* - more changes, mostly cosmetic - src/backend/ports/* - merge in patches for aix and i386_solaris | |||
* | Fixes: In the solaris port the file descriptors are hard coded to 20 (from the | Marc G. Fournier | 1996-07-18 | |
| | | | | | | include file sys/param.h Submitted by: michael.siebenborn@ae3.Hypo.DE (Michael Siebenborn (6929)) | |||
* | fsync patch from openlink | Marc G. Fournier | 1996-07-15 | |
| | ||||
* | Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01 | Marc G. Fournier | 1996-07-09 | |