Commit 4564f1c
File tree
Expand file treeCollapse file tree
6 files changed
+130
-1
lines changedFilter options
- doc/src/sgml
- src
- backend/catalog
- include/catalog
- test/regress
- expected
- sql
Expand file treeCollapse file tree
6 files changed
+130
-1
lines changed+41Lines changed: 41 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
26587 | 26587 |
|
26588 | 26588 |
|
26589 | 26589 |
|
| 26590 | + |
| 26591 | + |
| 26592 | + |
| 26593 | + |
| 26594 | + |
| 26595 | + |
| 26596 | + |
| 26597 | + |
| 26598 | + |
| 26599 | + |
| 26600 | + |
| 26601 | + |
| 26602 | + |
| 26603 | + |
| 26604 | + |
26590 | 26605 |
|
26591 | 26606 |
|
26592 | 26607 |
|
| ||
26700 | 26715 |
|
26701 | 26716 |
|
26702 | 26717 |
|
| 26718 | + |
| 26719 | + |
| 26720 | + |
| 26721 | + |
| 26722 | + |
| 26723 | + |
| 26724 | + |
| 26725 | + |
| 26726 | + |
| 26727 | + |
| 26728 | + |
| 26729 | + |
| 26730 | + |
| 26731 | + |
| 26732 | + |
| 26733 | + |
| 26734 | + |
| 26735 | + |
| 26736 | + |
| 26737 | + |
| 26738 | + |
| 26739 | + |
| 26740 | + |
| 26741 | + |
| 26742 | + |
| 26743 | + |
26703 | 26744 |
|
26704 | 26745 |
|
26705 | 26746 |
|
|
src/backend/catalog/objectaddress.c
Copy file name to clipboardExpand all lines: src/backend/catalog/objectaddress.c+48Lines changed: 48 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4362 | 4362 |
|
4363 | 4363 |
|
4364 | 4364 |
|
| 4365 | + |
| 4366 | + |
| 4367 | + |
| 4368 | + |
| 4369 | + |
| 4370 | + |
| 4371 | + |
| 4372 | + |
| 4373 | + |
| 4374 | + |
| 4375 | + |
| 4376 | + |
| 4377 | + |
| 4378 | + |
| 4379 | + |
| 4380 | + |
| 4381 | + |
| 4382 | + |
| 4383 | + |
| 4384 | + |
| 4385 | + |
| 4386 | + |
| 4387 | + |
| 4388 | + |
| 4389 | + |
| 4390 | + |
| 4391 | + |
| 4392 | + |
| 4393 | + |
| 4394 | + |
| 4395 | + |
| 4396 | + |
| 4397 | + |
| 4398 | + |
| 4399 | + |
| 4400 | + |
| 4401 | + |
| 4402 | + |
| 4403 | + |
| 4404 | + |
| 4405 | + |
| 4406 | + |
| 4407 | + |
| 4408 | + |
| 4409 | + |
| 4410 | + |
| 4411 | + |
| 4412 | + |
4365 | 4413 |
|
4366 | 4414 |
|
4367 | 4415 |
|
|
src/include/catalog/catversion.h
Copy file name to clipboardExpand all lines: src/include/catalog/catversion.h+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
57 | 57 |
|
58 | 58 |
|
59 | 59 |
|
60 |
| - |
| 60 | + |
61 | 61 |
|
62 | 62 |
|
src/include/catalog/pg_proc.dat
Copy file name to clipboardExpand all lines: src/include/catalog/pg_proc.dat+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6362 | 6362 |
|
6363 | 6363 |
|
6364 | 6364 |
|
| 6365 | + |
| 6366 | + |
| 6367 | + |
| 6368 | + |
| 6369 | + |
6365 | 6370 |
|
6366 | 6371 |
|
6367 | 6372 |
|
|
src/test/regress/expected/privileges.out
Copy file name to clipboardExpand all lines: src/test/regress/expected/privileges.out+29Lines changed: 29 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
213 | 213 |
|
214 | 214 |
|
215 | 215 |
|
| 216 | + |
| 217 | + |
| 218 | + |
| 219 | + |
| 220 | + |
| 221 | + |
216 | 222 |
|
217 | 223 |
|
218 | 224 |
|
219 | 225 |
|
| 226 | + |
| 227 | + |
| 228 | + |
| 229 | + |
| 230 | + |
| 231 | + |
| 232 | + |
| 233 | + |
| 234 | + |
| 235 | + |
| 236 | + |
| 237 | + |
| 238 | + |
| 239 | + |
| 240 | + |
| 241 | + |
| 242 | + |
| 243 | + |
| 244 | + |
| 245 | + |
| 246 | + |
| 247 | + |
| 248 | + |
220 | 249 |
|
221 | 250 |
|
222 | 251 |
|
|
src/test/regress/sql/privileges.sql
Copy file name to clipboardExpand all lines: src/test/regress/sql/privileges.sql+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
183 | 183 |
|
184 | 184 |
|
185 | 185 |
|
| 186 | + |
186 | 187 |
|
187 | 188 |
|
188 | 189 |
|
189 | 190 |
|
| 191 | + |
| 192 | + |
| 193 | + |
| 194 | + |
| 195 | + |
190 | 196 |
|
191 | 197 |
|
192 | 198 |
|
|
0 commit comments