mirror of
https://github.com/postgres/postgres.git
synced 2026-03-13 06:06:25 -04:00
Clarify comment for LogicalTapeSetBlocks().
Discussion: https://postgr.es/m/1229327.1711160246@sss.pgh.pa.us Backpatch-through: 13
This commit is contained in:
parent
5cc1f26263
commit
abcea19abf
1 changed files with 2 additions and 4 deletions
|
|
@ -1261,10 +1261,8 @@ LogicalTapeTell(LogicalTapeSet *lts, int tapenum,
|
|||
}
|
||||
|
||||
/*
|
||||
* Obtain total disk space currently used by a LogicalTapeSet, in blocks.
|
||||
*
|
||||
* This should not be called while there are open write buffers; otherwise it
|
||||
* may not account for buffered data.
|
||||
* Obtain total disk space currently used by a LogicalTapeSet, in blocks. Does
|
||||
* not account for open write buffer, if any.
|
||||
*/
|
||||
long
|
||||
LogicalTapeSetBlocks(LogicalTapeSet *lts)
|
||||
|
|
|
|||
Loading…
Reference in a new issue