Commit 7cc2f59
Amit Kapila
Remove duplicate words in docs and code comments.
Additionally, add a missing "the" in a couple of places.
Author: Vignesh C, Dagfinn Ilmari Mannsåker
Discussion: http://postgr.es/m/CALDaNm28t+wWyPfuyqEaARS810Je=dRFkaPertaLAEJYY2cWYQ@mail.gmail.com1 parent d8a2953 commit 7cc2f59Copy full SHA for 7cc2f59
File tree
Expand file treeCollapse file tree
11 files changed
+14
-14
lines changedOpen diff view settings
Filter options
- contrib/citext
- expected
- sql
- doc/src/sgml
- ref
- src
- backend
- access
- nbtree
- transam
- executor
- test/regress
- expected
- sql
Expand file treeCollapse file tree
11 files changed
+14
-14
lines changedOpen diff view settings
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
46 | 46 | |
47 | 47 | |
48 | 48 | |
49 | | - |
| 49 | + |
50 | 50 | |
51 | 51 | |
52 | 52 | |
|
Collapse file
contrib/citext/expected/citext_utf8.out
Copy file name to clipboardExpand all lines: contrib/citext/expected/citext_utf8.out+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
2 | 2 | |
3 | 3 | |
4 | 4 | |
5 | | - |
| 5 | + |
6 | 6 | |
7 | 7 | |
8 | 8 | |
|
Collapse file
contrib/citext/expected/citext_utf8_1.out
Copy file name to clipboardExpand all lines: contrib/citext/expected/citext_utf8_1.out+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
2 | 2 | |
3 | 3 | |
4 | 4 | |
5 | | - |
| 5 | + |
6 | 6 | |
7 | 7 | |
8 | 8 | |
|
Collapse file
contrib/citext/sql/citext_utf8.sql
Copy file name to clipboardExpand all lines: contrib/citext/sql/citext_utf8.sql+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
2 | 2 | |
3 | 3 | |
4 | 4 | |
5 | | - |
| 5 | + |
6 | 6 | |
7 | 7 | |
8 | 8 | |
|
Collapse file
doc/src/sgml/logical-replication.sgml
Copy file name to clipboardExpand all lines: doc/src/sgml/logical-replication.sgml+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1788 | 1788 | |
1789 | 1789 | |
1790 | 1790 | |
1791 | | - |
| 1791 | + |
1792 | 1792 | |
1793 | 1793 | |
1794 | 1794 | |
|
Collapse file
doc/src/sgml/ref/create_subscription.sgml
Copy file name to clipboardExpand all lines: doc/src/sgml/ref/create_subscription.sgml+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
51 | 51 | |
52 | 52 | |
53 | 53 | |
54 | | - |
| 54 | + |
55 | 55 | |
56 | 56 | |
57 | 57 | |
|
Collapse file
src/backend/access/nbtree/nbtsearch.c
Copy file name to clipboardExpand all lines: src/backend/access/nbtree/nbtsearch.c+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1664 | 1664 | |
1665 | 1665 | |
1666 | 1666 | |
1667 | | - |
| 1667 | + |
1668 | 1668 | |
1669 | 1669 | |
1670 | 1670 | |
| ||
1783 | 1783 | |
1784 | 1784 | |
1785 | 1785 | |
1786 | | - |
| 1786 | + |
1787 | 1787 | |
1788 | 1788 | |
1789 | 1789 | |
|
Collapse file
src/backend/access/transam/xlogreader.c
Copy file name to clipboardExpand all lines: src/backend/access/transam/xlogreader.c+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
846 | 846 | |
847 | 847 | |
848 | 848 | |
849 | | - |
| 849 | + |
850 | 850 | |
851 | 851 | |
852 | 852 | |
|
Collapse file
src/backend/executor/nodeHashjoin.c
Copy file name to clipboardExpand all lines: src/backend/executor/nodeHashjoin.c+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1306 | 1306 | |
1307 | 1307 | |
1308 | 1308 | |
1309 | | - |
| 1309 | + |
1310 | 1310 | |
1311 | 1311 | |
1312 | 1312 | |
|
Collapse file
src/test/regress/expected/tuplesort.out
Copy file name to clipboardExpand all lines: src/test/regress/expected/tuplesort.out+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
401 | 401 | |
402 | 402 | |
403 | 403 | |
404 | | - |
| 404 | + |
405 | 405 | |
406 | 406 | |
407 | 407 | |
| ||
498 | 498 | |
499 | 499 | |
500 | 500 | |
501 | | - |
| 501 | + |
502 | 502 | |
503 | 503 | |
504 | 504 | |
|
0 commit comments