Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bc5fcaa

Browse filesBrowse files
committed
Clarify comment for LogicalTapeSetBlocks().
Discussion: https://postgr.es/m/1229327.1711160246@sss.pgh.pa.us Backpatch-through: 13
1 parent 3ff01b2 commit bc5fcaa
Copy full SHA for bc5fcaa

File tree

Expand file treeCollapse file tree

1 file changed

+2
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-4
lines changed

‎src/backend/utils/sort/logtape.c

Copy file name to clipboardExpand all lines: src/backend/utils/sort/logtape.c
+2-4Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1174,10 +1174,8 @@ LogicalTapeTell(LogicalTape *lt, int64 *blocknum, int *offset)
11741174
}
11751175

11761176
/*
1177-
* Obtain total disk space currently used by a LogicalTapeSet, in blocks.
1178-
*
1179-
* This should not be called while there are open write buffers; otherwise it
1180-
* may not account for buffered data.
1177+
* Obtain total disk space currently used by a LogicalTapeSet, in blocks. Does
1178+
* not account for open write buffer, if any.
11811179
*/
11821180
int64
11831181
LogicalTapeSetBlocks(LogicalTapeSet *lts)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.