Commit c7eab0e
File tree
Expand file treeCollapse file tree
7 files changed
+23
-31
lines changedFilter options
- doc/src/sgml
- src
- backend
- commands
- utils/misc
- bin/initdb
- test/regress
- expected
- sql
Expand file treeCollapse file tree
7 files changed
+23
-31
lines changed+5-5Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1013 | 1013 |
|
1014 | 1014 |
|
1015 | 1015 |
|
1016 |
| - |
1017 |
| - |
1018 |
| - |
1019 |
| - |
1020 |
| - |
| 1016 | + |
| 1017 | + |
| 1018 | + |
| 1019 | + |
| 1020 | + |
1021 | 1021 |
|
1022 | 1022 |
|
1023 | 1023 |
|
|
src/backend/commands/user.c
Copy file name to clipboardExpand all lines: src/backend/commands/user.c+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
43 | 43 |
|
44 | 44 |
|
45 | 45 |
|
46 |
| - |
| 46 | + |
47 | 47 |
|
48 | 48 |
|
49 | 49 |
|
|
src/backend/utils/misc/guc.c
Copy file name to clipboardExpand all lines: src/backend/utils/misc/guc.c+1-10Lines changed: 1 addition & 10 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
463 | 463 |
|
464 | 464 |
|
465 | 465 |
|
466 |
| - |
467 |
| - |
468 |
| - |
469 |
| - |
470 |
| - |
471 | 466 |
|
472 | 467 |
|
473 | 468 |
|
474 |
| - |
475 |
| - |
476 |
| - |
477 |
| - |
478 | 469 |
|
479 | 470 |
|
480 | 471 |
|
| ||
4733 | 4724 |
|
4734 | 4725 |
|
4735 | 4726 |
|
4736 |
| - |
| 4727 | + |
4737 | 4728 |
|
4738 | 4729 |
|
4739 | 4730 |
|
|
src/backend/utils/misc/postgresql.conf.sample
Copy file name to clipboardExpand all lines: src/backend/utils/misc/postgresql.conf.sample+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
88 | 88 |
|
89 | 89 |
|
90 | 90 |
|
91 |
| - |
| 91 | + |
92 | 92 |
|
93 | 93 |
|
94 | 94 |
|
|
+11-10Lines changed: 11 additions & 10 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1204 | 1204 |
|
1205 | 1205 |
|
1206 | 1206 |
|
1207 |
| - |
1208 |
| - |
| 1207 | + |
| 1208 | + |
| 1209 | + |
| 1210 | + |
| 1211 | + |
| 1212 | + |
| 1213 | + |
| 1214 | + |
1209 | 1215 |
|
1210 | 1216 |
|
1211 |
| - |
1212 |
| - |
| 1217 | + |
| 1218 | + |
1213 | 1219 |
|
1214 | 1220 |
|
1215 | 1221 |
|
| ||
2373 | 2379 |
|
2374 | 2380 |
|
2375 | 2381 |
|
2376 |
| - |
2377 |
| - |
2378 |
| - |
2379 |
| - |
2380 |
| - |
2381 |
| - |
| 2382 | + |
2382 | 2383 |
|
2383 | 2384 |
|
2384 | 2385 |
|
|
src/test/regress/expected/password.out
Copy file name to clipboardExpand all lines: src/test/regress/expected/password.out+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
8 |
| - |
| 8 | + |
| 9 | + |
| 10 | + |
9 | 11 |
|
10 | 12 |
|
11 | 13 |
|
12 | 14 |
|
13 | 15 |
|
14 |
| - |
15 | 16 |
|
16 | 17 |
|
17 | 18 |
|
|
src/test/regress/sql/password.sql
Copy file name to clipboardExpand all lines: src/test/regress/sql/password.sql+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
7 |
| - |
| 7 | + |
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
15 | 14 |
|
16 | 15 |
|
17 | 16 |
|
|
0 commit comments