Commit ce1215d
File tree
4 files changed
+42
-13
lines changedFilter options
- doc/src/sgml
- src
- backend/utils/adt
- test/regress
- expected
- sql
4 files changed
+42
-13
lines changed+4-1Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
27167 | 27167 |
|
27168 | 27168 |
|
27169 | 27169 |
|
27170 |
| - |
| 27170 | + |
| 27171 | + |
| 27172 | + |
| 27173 | + |
27171 | 27174 |
|
27172 | 27175 |
|
27173 | 27176 |
|
|
src/backend/utils/adt/dbsize.c
Copy file name to clipboardExpand all lines: src/backend/utils/adt/dbsize.c+29-4Lines changed: 29 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
46 | 46 |
|
47 | 47 |
|
48 | 48 |
|
49 |
| - |
| 49 | + |
50 | 50 |
|
51 | 51 |
|
52 | 52 |
|
| ||
57 | 57 |
|
58 | 58 |
|
59 | 59 |
|
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
60 | 73 |
|
61 | 74 |
|
62 | 75 |
|
| ||
801 | 814 |
|
802 | 815 |
|
803 | 816 |
|
804 |
| - |
805 |
| - |
806 | 817 |
|
| 818 | + |
| 819 | + |
| 820 | + |
| 821 | + |
| 822 | + |
| 823 | + |
| 824 | + |
| 825 | + |
| 826 | + |
| 827 | + |
| 828 | + |
| 829 | + |
807 | 830 |
|
808 | 831 |
|
809 | 832 |
|
| ||
813 | 836 |
|
814 | 837 |
|
815 | 838 |
|
816 |
| - |
| 839 | + |
| 840 | + |
| 841 | + |
817 | 842 |
|
818 | 843 |
|
819 | 844 |
|
|
src/test/regress/expected/dbsize.out
Copy file name to clipboardExpand all lines: src/test/regress/expected/dbsize.out+8-7Lines changed: 8 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
81 | 81 |
|
82 | 82 |
|
83 | 83 |
|
84 |
| - |
| 84 | + |
85 | 85 |
|
86 | 86 |
|
87 | 87 |
|
88 | 88 |
|
89 | 89 |
|
| 90 | + |
90 | 91 |
|
91 | 92 |
|
92 | 93 |
|
| ||
95 | 96 |
|
96 | 97 |
|
97 | 98 |
|
98 |
| - |
| 99 | + |
99 | 100 |
|
100 | 101 |
|
101 | 102 |
|
| ||
153 | 154 |
|
154 | 155 |
|
155 | 156 |
|
156 |
| - |
| 157 | + |
157 | 158 |
|
158 | 159 |
|
159 | 160 |
|
160 |
| - |
| 161 | + |
161 | 162 |
|
162 | 163 |
|
163 | 164 |
|
164 |
| - |
| 165 | + |
165 | 166 |
|
166 | 167 |
|
167 | 168 |
|
| ||
171 | 172 |
|
172 | 173 |
|
173 | 174 |
|
174 |
| - |
| 175 | + |
175 | 176 |
|
176 | 177 |
|
177 | 178 |
|
| ||
189 | 190 |
|
190 | 191 |
|
191 | 192 |
|
192 |
| - |
| 193 | + |
193 | 194 |
|
194 | 195 |
|
src/test/regress/sql/dbsize.sql
Copy file name to clipboardExpand all lines: src/test/regress/sql/dbsize.sql+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
32 |
| - |
| 32 | + |
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
|
0 commit comments