- Notifications
You must be signed in to change notification settings - Fork5
Commitb59d2fe
committed
Add pg_opfamily_is_visible.
We already have similar functions for many other object types, includingoperator classes, so it seems like we should have this one, too.Extracted from a larger patch by Josh Kupershmidt1 parent9473bb9 commitb59d2fe
File tree
4 files changed
+24
-1
lines changed- doc/src/sgml
- src
- backend/catalog
- include/catalog
4 files changed
+24
-1
lines changedLines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13109 | 13109 |
| |
13110 | 13110 |
| |
13111 | 13111 |
| |
| 13112 | + | |
| 13113 | + | |
| 13114 | + | |
| 13115 | + | |
| 13116 | + | |
| 13117 | + | |
13112 | 13118 |
| |
13113 | 13119 |
| |
13114 | 13120 |
| |
| |||
13164 | 13170 |
| |
13165 | 13171 |
| |
13166 | 13172 |
| |
| 13173 | + | |
| 13174 | + | |
| 13175 | + | |
13167 | 13176 |
| |
13168 | 13177 |
| |
13169 | 13178 |
| |
|
Lines changed: 12 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
202 | 202 |
| |
203 | 203 |
| |
204 | 204 |
| |
| 205 | + | |
205 | 206 |
| |
206 | 207 |
| |
207 | 208 |
| |
| |||
3897 | 3898 |
| |
3898 | 3899 |
| |
3899 | 3900 |
| |
| 3901 | + | |
| 3902 | + | |
| 3903 | + | |
| 3904 | + | |
| 3905 | + | |
| 3906 | + | |
| 3907 | + | |
| 3908 | + | |
| 3909 | + | |
| 3910 | + | |
| 3911 | + | |
3900 | 3912 |
| |
3901 | 3913 |
| |
3902 | 3914 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 |
| - | |
| 56 | + | |
57 | 57 |
| |
58 | 58 |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2829 | 2829 |
| |
2830 | 2830 |
| |
2831 | 2831 |
| |
| 2832 | + | |
| 2833 | + | |
2832 | 2834 |
| |
2833 | 2835 |
| |
2834 | 2836 |
| |
|
0 commit comments
Comments
(0)