mirror of
https://github.com/postgres/postgres.git
synced 2025-05-29 16:21:20 +03: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
0d466bce9e
commit
b74e4a08b9
@ -1181,10 +1181,8 @@ LogicalTapeTell(LogicalTape *lt, long *blocknum, int *offset)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Obtain total disk space currently used by a LogicalTapeSet, in blocks.
|
* Obtain total disk space currently used by a LogicalTapeSet, in blocks. Does
|
||||||
*
|
* not account for open write buffer, if any.
|
||||||
* This should not be called while there are open write buffers; otherwise it
|
|
||||||
* may not account for buffered data.
|
|
||||||
*/
|
*/
|
||||||
long
|
long
|
||||||
LogicalTapeSetBlocks(LogicalTapeSet *lts)
|
LogicalTapeSetBlocks(LogicalTapeSet *lts)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user