Resolve failures in rules tests by adding T_CteScan to execRemote.c
authorTomas Vondra <[email protected]>
Sun, 19 Mar 2017 00:56:08 +0000 (01:56 +0100)
committerTomas Vondra <[email protected]>
Sun, 19 Mar 2017 00:56:08 +0000 (01:56 +0100)
commit46292ee7d074d60595c15058098825c3c7e2ea8e
treefbd189463303e295cea83f389e4c38ef28bd0055
parent070ec85317f5ba6c725c74735c04fdc382573a12
Resolve failures in rules tests by adding T_CteScan to execRemote.c

The switch in determine_param_types() was missing T_CteScan case,
so some queries were failing with:

    ERROR: unrecognized node type: 119

This fixes it, and it also fixes the expected output for a few other
queries in the same test suite.
src/backend/pgxc/pool/execRemote.c
src/test/regress/expected/rules.out