]> granicus.if.org Git - postgresql/commit
Fix comment related to calculation location of total_table_pages
authorMichael Paquier <michael@paquier.xyz>
Wed, 13 Feb 2019 07:31:20 +0000 (16:31 +0900)
committerMichael Paquier <michael@paquier.xyz>
Wed, 13 Feb 2019 07:31:20 +0000 (16:31 +0900)
commit6ea95166a0f19ca0363b9c868e676b10365edec9
tree145ee99853937131ec55b55a1adf6ec13793ac79
parent7215efdc005e694ec93678a6203dbfc714d12809
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
src/backend/optimizer/path/costsize.c