Re: Add YAML option to explain
Takahiro Itagaki <itagaki.takahiro@oss.ntt.co.jp>
From: Itagaki Takahiro <itagaki.takahiro@oss.ntt.co.jp>
To: Greg Sabino Mullane <greg@turnstep.com>
Cc: pgsql-hackers@postgresql.org
Date: 2009-11-30T03:34:57Z
Lists: pgsql-hackers
Attachments
- yaml.explain.v3.1.patch (application/octet-stream) patch v3
Itagaki Takahiro <itagaki.takahiro@oss.ntt.co.jp> wrote: > My rewrite is relatively large. Please reversely-review the patch. I rethink the code cleanup should be done with another patch even if needed. Here is a lite version of yaml YAML explan patch. All of the logic for indent is done in ExplainYAMLLineStarting(). It can remove undesirable linebreaks from the item list and end of output. Please check whether the v3.1 patch works as your expectation. If ok, we can move it to "Ready for Committer". Regards, --- ITAGAKI Takahiro NTT Open Source Software Center