* Explain a string-valued property. */
| 5569 | * Explain a string-valued property. |
| 5570 | */ |
| 5571 | void |
| 5572 | ExplainPropertyText(const char *qlabel, const char *value, ExplainState *es) |
| 5573 | { |
| 5574 | ExplainProperty(qlabel, NULL, value, false, es); |
| 5575 | } |
| 5576 | |
| 5577 | /* |
| 5578 | * Explain an integer-valued property. |
no test coverage detected