forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite809493
committed
Split function definitions out of system_views.sql into a new file.
Invent system_functions.sql to carry the function definitions thatwere formerly in system_views.sql. The function definitions werealready a quarter of the file and are about to be more, so it seemsappropriate to give them their own home.In passing, fix an oversight indfb75e4: it neglected to callcheck_input() for system_constraints.sql.Discussion:https://postgr.es/m/3956760.1618529139@sss.pgh.pa.us1 parent3c5b068 commite809493
File tree
4 files changed
+401
-381
lines changed- src
- backend/catalog
- bin/initdb
4 files changed
+401
-381
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
122 | 122 |
| |
123 | 123 |
| |
124 | 124 |
| |
| 125 | + | |
125 | 126 |
| |
126 | 127 |
| |
127 | 128 |
| |
| |||
131 | 132 |
| |
132 | 133 |
| |
133 | 134 |
| |
134 |
| - | |
| 135 | + | |
135 | 136 |
| |
136 | 137 |
| |
137 | 138 |
| |
|
0 commit comments
Comments
(0)