Skip to content

Commit ae4a822

Browse files
author
Artyom Ivanov
committed
Fix function description according to a new logic
1 parent 0963845 commit ae4a822

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/jrd/pag.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1947,13 +1947,13 @@ PageSpace::ExtendResult PageSpace::extend(thread_db* tdbb, const ULONG pageNum,
19471947
* extend can't be less than hardcoded value MIN_EXTEND_BYTES and more than
19481948
* configured value "DatabaseGrowthIncrement" (both values in bytes).
19491949
*
1950-
* If "DatabaseGrowthIncrement" is less than MIN_EXTEND_BYTES then don't
1951-
* extend file(s)
1952-
*
1953-
* If forceSize is true, extend file up to pageNum pages (despite of value
1950+
* If `forceSize` is true, extend file up to pageNum pages (despite of value
19541951
* of "DatabaseGrowthIncrement") and don't make attempts to extend by less
19551952
* pages.
19561953
*
1954+
* If "DatabaseGrowthIncrement" is less than MIN_EXTEND_BYTES, then treat
1955+
* it as if `forceSize` is true.
1956+
*
19571957
**************************************/
19581958
fb_assert(dbb == tdbb->getDatabase());
19591959

0 commit comments

Comments
 (0)