1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-02 11:44:50 +03:00
Tom Lane 642107d5ba Avoid unnecessary lseek() calls by cleanups in md.c. mdfd_lstbcnt was
not being consulted anywhere, so remove it and remove the _mdnblocks()
calls that were used to set it.  Change smgrextend interface to pass in
the target block number (ie, current file length) --- the caller always
knows this already, having already done smgrnblocks(), so it's silly to
do it over again inside mdextend.  Net result: extension of a file now
takes one lseek(SEEK_END) and a write(), not three lseeks and a write.
2001-05-10 20:38:49 +00:00
..
2001-05-08 20:38:00 +00:00
2001-05-03 17:20:14 +00:00
2001-03-22 04:01:46 +00:00
2001-03-22 04:01:46 +00:00
1999-07-30 03:45:57 +00:00
Hi!
2000-01-18 19:05:31 +00:00