We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6217db5 commit dd4adb7Copy full SHA for dd4adb7
1 file changed
pg_show_plans.c
@@ -154,6 +154,7 @@ static const struct config_enum_entry plan_formats[] =
154
{"json", EXPLAIN_FORMAT_JSON, false},
155
{"yaml", EXPLAIN_FORMAT_YAML, false},
156
{"xml", EXPLAIN_FORMAT_XML, false},
157
+ {NULL, 0, false}
158
};
159
160
void
0 commit comments