Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 49e7c6f

Browse files
committed
Fix indentation of copyto.c
Issue introduced by b619852. Per buildfarm member koel.
1 parent b619852 commit 49e7c6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/commands/copyto.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -612,8 +612,8 @@ BeginCopyTo(ParseState *pstate,
612612
cstate->file_encoding = cstate->opts.file_encoding;
613613

614614
/*
615-
* Set up encoding conversion info if the file and server encodings
616-
* differ (see also pg_server_to_any).
615+
* Set up encoding conversion info if the file and server encodings differ
616+
* (see also pg_server_to_any).
617617
*/
618618
if (cstate->file_encoding == GetDatabaseEncoding() ||
619619
cstate->file_encoding == PG_SQL_ASCII)

0 commit comments

Comments
 (0)