Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b619852
)
Fix indentation of copyto.c
author
Michael Paquier
<michael@paquier.xyz>
Fri, 9 Feb 2024 02:05:01 +0000
(11:05 +0900)
committer
Michael Paquier
<michael@paquier.xyz>
Fri, 9 Feb 2024 02:05:01 +0000
(11:05 +0900)
Issue introduced by
b619852086ed
.
Per buildfarm member koel.
src/backend/commands/copyto.c
patch
|
blob
|
blame
|
history
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)