• Tom Lane's avatar
    Improve test coverage of ruleutils.c. · 830d1c73
    Tom Lane authored
    While fooling around with the EXPLAIN improvements I've been working
    on, I noticed that there were some large gaps in our test coverage
    of ruleutils.c, according to the code coverage report.  This commit
    just adds a few test cases to improve coverage of:
    get_name_for_var_field()
    get_update_query_targetlist_def()
    isSimpleNode()
    get_sublink_expr()
    830d1c73
create_view.sql 19.3 KB