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;
/*
* 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…
Cancel
Save