Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Fix indentation of copyto.c
authorMichael Paquier <michael@paquier.xyz>
Fri, 9 Feb 2024 02:05:01 +0000 (11:05 +0900)
committerMichael Paquier <michael@paquier.xyz>
Fri, 9 Feb 2024 02:05:01 +0000 (11:05 +0900)
Issue introduced by b619852086ed.

Per buildfarm member koel.

src/backend/commands/copyto.c

index b44f9f9321d2b891d41b8f36f5279605408caae7..20ffc90363d5c9989b7e5844a21822a3549c035f 100644 (file)
@@ -612,8 +612,8 @@ BeginCopyTo(ParseState *pstate,
        cstate->file_encoding = cstate->opts.file_encoding;
 
    /*
-    * Set up encoding conversion info if the file and server encodings
-    * differ (see also pg_server_to_any).
+    * Set up encoding conversion info if the file and server encodings differ
+    * (see also pg_server_to_any).
     */
    if (cstate->file_encoding == GetDatabaseEncoding() ||
        cstate->file_encoding == PG_SQL_ASCII)