]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
pgindent fix for commit effb923d9de
authorAndrew Dunstan <andrew@dunslane.net>
Sat, 27 Jun 2026 23:57:41 +0000 (19:57 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Sun, 28 Jun 2026 00:05:06 +0000 (20:05 -0400)
src/backend/commands/copyto.c

index d30cad019c739fa3e962dbd0db4718cb34a5ebf5..d3adc752ae30c4dba2b226a7605c185a73814a59 100644 (file)
@@ -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))