]> granicus.if.org Git - postgresql/commit
Fix typo (extraneous semicolon) in fd.c patch to avoid excess seeks.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 5 Jul 2000 21:10:05 +0000 (21:10 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 5 Jul 2000 21:10:05 +0000 (21:10 +0000)
commit6d1ae0c91bb1909e6bc3b2d9b7e454d1ca754d0c
treeaf8a9225acb6b13ddf8509868fa8bdb5b0433710
parent98fe6703607bf05c5bcab89933a978cc204b567c
Fix typo (extraneous semicolon) in fd.c patch to avoid excess seeks.
Now it skips useless SEEK_CUR 0 calls too, as intended.
src/backend/storage/file/fd.c