OSDN Git Service

Fix a bug of expression normalizer.
authorKyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>
Fri, 12 Jun 2015 02:33:20 +0000 (11:33 +0900)
committerKyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>
Fri, 12 Jun 2015 02:44:28 +0000 (11:44 +0900)
commit3a8cc5b90273ee74c934fcaed48ed35dfe580d06
tree8aff83d508a119cd6860f5d1b02b65f0fec89eb8
parentd55294c589693d4969ca9c379b15e12a2646822c
Fix a bug of expression normalizer.

Expression normalizer is intended to remove parentheses directly
surrounding a constant, but the logic was broken somehow, sometime
before the first commit in this repository.

This causes wrong separation of plans which should be regarded as the
same in intention.
expected/all.out
pgsp_json.c