summaryrefslogtreecommitdiff
path: root/src/tutorial/complex.source
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-09-22 01:31:29 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-09-22 01:31:29 +0000
commit1530e33b6714a9aebfa9f0c77120c7a8f7756c44 (patch)
tree567d3208fb9e939c03ba1cd50a16350cbd172c7b /src/tutorial/complex.source
parentaf4f86adda29189b44d77ab127ba3a196dacca4b (diff)
*** 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>
Diffstat (limited to 'src/tutorial/complex.source')
0 files changed, 0 insertions, 0 deletions