From: Andrew Dunstan Date: Sat, 27 Jun 2026 23:57:41 +0000 (-0400) Subject: pgindent fix for commit effb923d9de X-Git-Tag: REL_19_BETA2~107 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=02f699c1416380c0411fbc0f53061f86b2f52ed3;p=thirdparty%2Fpostgresql.git pgindent fix for commit effb923d9de --- diff --git a/src/backend/commands/copyto.c b/src/backend/commands/copyto.c index d30cad019c7..d3adc752ae3 100644 --- a/src/backend/commands/copyto.c +++ b/src/backend/commands/copyto.c @@ -1052,11 +1052,11 @@ BeginCopyTo(ParseState *pstate, 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))