[COMMITTERS] pgsql: Fix off-by-one error in Assertion.

2015-05-19 Thread Heikki Linnakangas
Fix off-by-one error in Assertion. The point of the assertion is to ensure that the arrays allocated in stack are large enough, but the check was one item short. This won't matter in practice because MaxIndexTuplesPerPage is an overestimate, so you can't have that many items on a page in reality.

[COMMITTERS] pgsql: Fix off-by-one error in Assertion.

2015-05-19 Thread Heikki Linnakangas
Fix off-by-one error in Assertion. The point of the assertion is to ensure that the arrays allocated in stack are large enough, but the check was one item short. This won't matter in practice because MaxIndexTuplesPerPage is an overestimate, so you can't have that many items on a page in reality.

[COMMITTERS] pgsql: Fix off-by-one error in Assertion.

2015-05-19 Thread Heikki Linnakangas
Fix off-by-one error in Assertion. The point of the assertion is to ensure that the arrays allocated in stack are large enough, but the check was one item short. This won't matter in practice because MaxIndexTuplesPerPage is an overestimate, so you can't have that many items on a page in reality.

[COMMITTERS] pgsql: Fix off-by-one error in Assertion.

2015-05-19 Thread Heikki Linnakangas
Fix off-by-one error in Assertion. The point of the assertion is to ensure that the arrays allocated in stack are large enough, but the check was one item short. This won't matter in practice because MaxIndexTuplesPerPage is an overestimate, so you can't have that many items on a page in reality.

[COMMITTERS] pgsql: Fix off-by-one error in Assertion.

2015-05-19 Thread Heikki Linnakangas
Fix off-by-one error in Assertion. The point of the assertion is to ensure that the arrays allocated in stack are large enough, but the check was one item short. This won't matter in practice because MaxIndexTuplesPerPage is an overestimate, so you can't have that many items on a page in reality.

[COMMITTERS] pgsql: Fix off-by-one error in Assertion.

2015-05-19 Thread Heikki Linnakangas
Fix off-by-one error in Assertion. The point of the assertion is to ensure that the arrays allocated in stack are large enough, but the check was one item short. This won't matter in practice because MaxIndexTuplesPerPage is an overestimate, so you can't have that many items on a page in reality.