We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b619852 commit 49e7c6fCopy full SHA for 49e7c6f
src/backend/commands/copyto.c
@@ -612,8 +612,8 @@ BeginCopyTo(ParseState *pstate,
612
cstate->file_encoding = cstate->opts.file_encoding;
613
614
/*
615
- * Set up encoding conversion info if the file and server encodings
616
- * 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).
617
*/
618
if (cstate->file_encoding == GetDatabaseEncoding() ||
619
cstate->file_encoding == PG_SQL_ASCII)
0 commit comments