git.postgresql.org Git - postgresql.git/commit

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: f383083) | patch
Quote all string values in EXPLAIN (FORMAT YAML) output.
2010年6月10日 01:26:30 +0000 (01:26 +0000)
2010年6月10日 01:26:30 +0000 (01:26 +0000)
commit 932de8916fa2ff84c30e396b3e91442c4629e964
Quote all string values in EXPLAIN (FORMAT YAML) output.

While my previous attempt seems to always produce valid YAML, it
doesn't always produce YAML that means what it appears to mean,
because of tokens like "0xa" and "true", which without quotes will
be interpreted as integer or Boolean literals. So, instead, just
quote everything that's not known to be a number, as we do for
JSON.

Dean Rasheed, with some changes to the comments by me.
src/backend/commands/explain.c diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /