OSDN Git Service

Support DECLARE CURSOR syntax and added regression for table hinting.
authorKyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>
Thu, 27 Jul 2017 03:26:55 +0000 (12:26 +0900)
committerKyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>
Thu, 27 Jul 2017 10:13:11 +0000 (19:13 +0900)
commit2a9e14e50905decc0d37506284fbfb5bf1e094ac
tree961f1180badff74c1b17175cf6fa45c9d95dca99
parentf4e8b55ceae0f0d3b33f1822cffc9d7ed701ea30
Support DECLARE CURSOR syntax and added regression for table hinting.

Previous version forgets to treat DECLARE CURSOR. Added that.
Addition to that, regression test for table hinting is added.
Makefile
expected/ut-T.out [new file with mode: 0644]
pg_hint_plan.c
sql/ut-T.sql [new file with mode: 0644]