mirror of
https://github.com/postgres/postgres.git
synced 2025-08-21 10:42:50 +03:00
pgindent run for 9.4
This includes removing tabs after periods in C comments, which was applied to back branches, so this change should not effect backpatching.
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
* Range Category
|
||||
* 0 - 31 0
|
||||
* 32 - 63 1
|
||||
* ... ... ...
|
||||
* ... ... ...
|
||||
* 8096 - 8127 253
|
||||
* 8128 - 8163 254
|
||||
* 8164 - 8192 255
|
||||
@@ -123,7 +123,7 @@ static uint8 fsm_vacuum_page(Relation rel, FSMAddress addr, bool *eof);
|
||||
* will turn out to have too little space available by the time the caller
|
||||
* gets a lock on it. In that case, the caller should report the actual
|
||||
* amount of free space available on that page and then try again (see
|
||||
* RecordAndGetPageWithFreeSpace). If InvalidBlockNumber is returned,
|
||||
* RecordAndGetPageWithFreeSpace). If InvalidBlockNumber is returned,
|
||||
* extend the relation.
|
||||
*/
|
||||
BlockNumber
|
||||
|
@@ -185,13 +185,13 @@ restart:
|
||||
|
||||
/*----------
|
||||
* Start the search from the target slot. At every step, move one
|
||||
* node to the right, then climb up to the parent. Stop when we reach
|
||||
* node to the right, then climb up to the parent. Stop when we reach
|
||||
* a node with enough free space (as we must, since the root has enough
|
||||
* space).
|
||||
*
|
||||
* The idea is to gradually expand our "search triangle", that is, all
|
||||
* nodes covered by the current node, and to be sure we search to the
|
||||
* right from the start point. At the first step, only the target slot
|
||||
* right from the start point. At the first step, only the target slot
|
||||
* is examined. When we move up from a left child to its parent, we are
|
||||
* adding the right-hand subtree of that parent to the search triangle.
|
||||
* When we move right then up from a right child, we are dropping the
|
||||
|
Reference in New Issue
Block a user