git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b619852)
Fix indentation of copyto.c
Fri, 9 Feb 2024 02:05:01 +0000 (11:05 +0900)
Fri, 9 Feb 2024 02:05:01 +0000 (11:05 +0900)
Issue introduced by b619852086ed.

Per buildfarm member koel.


diff --git a/src/backend/commands/copyto.c b/src/backend/commands/copyto.c
index b44f9f9321d2b891d41b8f36f5279605408caae7..20ffc90363d5c9989b7e5844a21822a3549c035f 100644 (file)
--- a/src/backend/commands/copyto.c
+++ b/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)
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /