forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5e42827
committed
Remove RelationGetIndexRawAttOptions()
There was only one caller left, for which this function was overkill.Also, having it in relcache.c was inappropriate, since it doesn't workwith the relcache at all.Discussion:https://www.postgresql.org/message-id/flat/f84640e3-00d3-5abd-3f41-e6a19d33c40b@eisentraut.org1 parent7841623 commit5e42827
File tree
3 files changed
+5
-33
lines changed- src
- backend
- commands
- utils/cache
- include/utils
3 files changed
+5
-33
lines changedLines changed: 5 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
301 | 301 |
| |
302 | 302 |
| |
303 | 303 |
| |
304 |
| - | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
305 | 308 |
| |
306 | 309 |
| |
307 | 310 |
| |
308 |
| - | |
309 |
| - | |
| 311 | + | |
310 | 312 |
| |
311 | 313 |
| |
312 | 314 |
| |
|
Lines changed: 0 additions & 29 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5821 | 5821 |
| |
5822 | 5822 |
| |
5823 | 5823 |
| |
5824 |
| - | |
5825 |
| - | |
5826 |
| - | |
5827 |
| - | |
5828 |
| - | |
5829 |
| - | |
5830 |
| - | |
5831 |
| - | |
5832 |
| - | |
5833 |
| - | |
5834 |
| - | |
5835 |
| - | |
5836 |
| - | |
5837 |
| - | |
5838 |
| - | |
5839 |
| - | |
5840 |
| - | |
5841 |
| - | |
5842 |
| - | |
5843 |
| - | |
5844 |
| - | |
5845 |
| - | |
5846 |
| - | |
5847 |
| - | |
5848 |
| - | |
5849 |
| - | |
5850 |
| - | |
5851 |
| - | |
5852 |
| - | |
5853 | 5824 |
| |
5854 | 5825 |
| |
5855 | 5826 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
54 |
| - | |
55 | 54 |
| |
56 | 55 |
| |
57 | 56 |
| |
|
0 commit comments
Comments
(0)