OSDN Git Service

Fix text plan representation for sort keys
authorKyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>
Thu, 25 Aug 2016 02:01:05 +0000 (11:01 +0900)
committerKyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>
Fri, 26 Aug 2016 04:37:05 +0000 (13:37 +0900)
commit9719d79e25d77bc80626255de9fd40deb20c94b7
tree51b608de30dec587ccdc68e73dc6576d519e9a0b
parenta33668c78ff461a00e2de935b400ea71db8721d7
Fix text plan representation for sort keys

Sort keys are in a list but read as a simple string. As the result
only the last of the list is shown in a text representation. This
commit fixes it.  This patch adds new setter macro LIST_SETTER for
this purpose and Output: is also changed to make use of the macro.
pgsp_json_text.c
pgsp_json_text.h