Skip to content
Snippets Groups Projects
  1. Sep 26, 1996
  2. Sep 25, 1996
  3. Sep 24, 1996
    • Marc G. Fournier's avatar
      Patch for: · b12fb0e6
      Marc G. Fournier authored
      #     _fUnKy_POSTPORT_sTuFf_    -  port to run the postmaster on
      
      Submitted by: D'Arcy
      b12fb0e6
  4. Sep 23, 1996
  5. Sep 22, 1996
    • Marc G. Fournier's avatar
      *** src/backend/storage/file/fd.c.orig Thu Sep 12 17:17:21 1996 · e7c3adcd
      Marc G. Fournier authored
      --- 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>
      e7c3adcd
  6. Sep 21, 1996
  7. Sep 20, 1996
  8. Sep 19, 1996
  9. Sep 16, 1996
Loading