Fix indentation of copyto.c

Issue introduced by b619852086.

Per buildfarm member koel.
pull/157/head
Michael Paquier 1 year ago
parent b619852086
commit 49e7c6f78e
  1. 4
      src/backend/commands/copyto.c

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

Loading…
Cancel
Save