forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd6e503a
committed
Attempt to fix EXPLAIN (FORMAT YAML) quoting to behave sanely.
The previous code failed to quote in many cases where quoting was necessary -YAML has loads of special characters, including -:[]{},"'|*& - so quote muchmore aggressively, and only refrain from quoting things where it seems fairlyclear that it isn't necessary.Per report from Dean Rasheed.1 parenta624356 commitd6e503a
1 file changed
+35
-9
lines changedLines changed: 35 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
2152 | 2152 |
| |
2153 | 2153 |
| |
2154 | 2154 |
| |
2155 |
| - | |
2156 |
| - | |
| 2155 | + | |
| 2156 | + | |
| 2157 | + | |
| 2158 | + | |
| 2159 | + | |
| 2160 | + | |
| 2161 | + | |
| 2162 | + | |
| 2163 | + | |
| 2164 | + | |
| 2165 | + | |
| 2166 | + | |
| 2167 | + | |
2157 | 2168 |
| |
2158 | 2169 |
| |
2159 | 2170 |
| |
2160 | 2171 |
| |
2161 |
| - | |
| 2172 | + | |
2162 | 2173 |
| |
2163 |
| - | |
| 2174 | + | |
| 2175 | + | |
| 2176 | + | |
| 2177 | + | |
| 2178 | + | |
| 2179 | + | |
2164 | 2180 |
| |
2165 |
| - | |
| 2181 | + | |
| 2182 | + | |
| 2183 | + | |
2166 | 2184 |
| |
2167 |
| - | |
2168 |
| - | |
| 2185 | + | |
| 2186 | + | |
| 2187 | + | |
| 2188 | + | |
| 2189 | + | |
2169 | 2190 |
| |
| 2191 | + | |
| 2192 | + | |
2170 | 2193 |
| |
2171 | 2194 |
| |
2172 |
| - | |
| 2195 | + | |
| 2196 | + | |
| 2197 | + | |
| 2198 | + | |
2173 | 2199 |
|
0 commit comments
Comments
(0)