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

Commit000a213

Browse files
committed
Fix whitespace
1 parent3d9e8db commit000a213

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎src/bin/pg_dump/dumputils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ typedef struct SimpleStringListCell
3939
{
4040
structSimpleStringListCell*next;
4141
booltouched;/* true, when this string was searched
42-
and touched */
42+
and touched */
4343
charval[FLEXIBLE_ARRAY_MEMBER];/* null-terminated string here */
4444
}SimpleStringListCell;
4545

‎src/bin/pg_dump/pg_dump.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1194,7 +1194,7 @@ expand_schema_name_patterns(Archive *fout,
11941194

11951195
/*
11961196
* Find the OIDs of all tables matching the given list of patterns,
1197-
* and append them to the given OID list.
1197+
* and append them to the given OID list.
11981198
*/
11991199
staticvoid
12001200
expand_table_name_patterns(Archive*fout,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp