Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit49e7c6f

Browse files
committed
Fix indentation of copyto.c
Issue introduced byb619852.Per buildfarm member koel.
1 parentb619852 commit49e7c6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/commands/copyto.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -612,8 +612,8 @@ BeginCopyTo(ParseState *pstate,
612612
cstate->file_encoding=cstate->opts.file_encoding;
613613

614614
/*
615-
* Set up encoding conversion info if the file and server encodings
616-
*differ(see also pg_server_to_any).
615+
* Set up encoding conversion info if the file and server encodings differ
616+
* (see also pg_server_to_any).
617617
*/
618618
if (cstate->file_encoding==GetDatabaseEncoding()||
619619
cstate->file_encoding==PG_SQL_ASCII)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp