mirror of
https://github.com/postgres/postgres.git
synced 2026-06-06 07:12:58 -04:00
Fix indentation of copyto.c
Issue introduced by b619852086.
Per buildfarm member koel.
This commit is contained in:
parent
b619852086
commit
49e7c6f78e
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue