postgresql/src
Marc G. Fournier e7c3adcd94 *** src/backend/storage/file/fd.c.orig Thu Sep 12 17:17:21 1996
--- 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>
1996-09-22 01:30:52 +00:00
..
backend *** src/backend/storage/file/fd.c.orig Thu Sep 12 17:17:21 1996 1996-09-22 01:30:52 +00:00
bin Patches to make POSTPORT changes in scripts 1996-09-21 06:24:41 +00:00
include |For starters, here's a small patch that removes a compiler warning in that 1996-09-21 06:31:13 +00:00
interfaces I have made some corrections to my previous patches for retrieving array 1996-09-16 05:54:53 +00:00
mk Added a SVR4 port 1996-08-19 13:52:54 +00:00
test Fixes: 1996-08-06 16:51:35 +00:00
tools/mkldexport Postgres95 1.01 Distribution - Virgin Sources 1996-07-09 06:22:35 +00:00
tutorial Postgres95 1.01 Distribution - Virgin Sources 1996-07-09 06:22:35 +00:00
Makefile I have attached a minor update for the Postgres make files. This update 1996-08-13 07:48:33 +00:00
Makefile.global Turned off EUROPEAN_DATES as default... 1996-09-21 19:12:11 +00:00