From: Walter Cai <wzcai92(at)gmail(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject:
Date: 2018-01-09 18:52:11
Message-ID: CAGCAsriOqeytNOJP6wywLPHQaTZ38j+UqxW1gi_r+zyNagQwqg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

I (a graduate student) am currently trying to modify a postgres instance
slightly to incorporate my modified cardinality estimates. In order to run
these experiments I'm hoping to access the raw values for selections
predicates from within the calc_joinrel_size_estimate method (in costsize.c).
For example, if the restriction

WHERE name_attr = "example_str"

appears in the query, I'd like to get the "name_attr" and "example_str"
values. If possible, I would very much appreciate the help.

Best, Walter

Responses

  • Re: at 2018-01-09 19:02:09 from Gavin Flower
  • Re: at 2018-01-09 19:14:07 from Tom Lane

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2018-01-09 18:57:25 Re: to_timestamp TZH and TZM format specifiers
Previous Message Andrew Dunstan 2018-01-09 18:52:02 Re: to_timestamp TZH and TZM format specifiers