cstate->json_buf = makeStringInfo();
/*
- * Build a projected TupleDesc describing only the selected columns
- * so that composite_to_json() emits the right column names and
- * types; needed when an explicit column list was given (possibly
- * with a different column order) or when generated columns are
- * excluded from the output.
+ * Build a projected TupleDesc describing only the selected columns so
+ * that composite_to_json() emits the right column names and types;
+ * needed when an explicit column list was given (possibly with a
+ * different column order) or when generated columns are excluded from
+ * the output.
*/
if (rel && (attnamelist != NIL ||
list_length(cstate->attnumlist) < tupDesc->natts))