pgsql: Fix comment related to calculation location of total_table_pages

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix comment related to calculation location of total_table_pages
Date: 2019-02-13 07:33:19
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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/[email protected]

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2019-02-13 11:18:39 pgsql: More unconstify use
Previous Message Andres Freund 2019-02-13 07:06:17 Re: reducing isolation tests runtime