OSDN Git Service

Mask constants of sort key value.
authorKyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>
Mon, 9 Feb 2015 10:19:47 +0000 (19:19 +0900)
committerKyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>
Fri, 3 Apr 2015 06:15:50 +0000 (15:15 +0900)
commit75556eb94909cbd0f32ced2eef07631024545d8e
treea3724f35a03c171f64f7f41c9424bd3f206363b4
parent129c6bf014443d1c14f01eec474b0991333948ae
Mask constants of sort key value.

Expressions in plan properties are normalized by replacing constants
with '?' in them. Sort key was forgotten to do so.
pgsp_json.c