pgsql: Fix comment related to calculation location oftotal_table_pages

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Fix comment related to calculation location oftotal_table_pages
Дата
Msg-id E1gtp2l-000051-5r@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix comment related to calculation location of total_table_pages

As of commit c6e4133, the calculation happens in make_one_rel() and not
query_planner().

Author: Amit Langote
Discussion: https://postgr.es/m/c7a04a90-42e6-28a4-811a-a7e352831ba1@lab.ntt.co.jp

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6ea95166a0f19ca0363b9c868e676b10365edec9

Modified Files
--------------
src/backend/optimizer/path/costsize.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Thomas Munro
Дата:
Сообщение: pgsql: Fix rare dsa_allocate() failures due to freepage.c corruption.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: More unconstify use