1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-21 12:05:57 +03:00

Fix indentation of copyto.c

Issue introduced by b619852086ed.

Per buildfarm member koel.
This commit is contained in:
Michael Paquier 2024-02-09 11:05:01 +09:00
parent b619852086
commit 49e7c6f78e

View File

@ -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)