Split function definitions out of system_views.sql into a new file.
Tom Lane <tgl@sss.pgh.pa.us>
Split function definitions out of system_views.sql into a new file. Invent system_functions.sql to carry the function definitions that were formerly in system_views.sql. The function definitions were already a quarter of the file and are about to be more, so it seems appropriate to give them their own home. In passing, fix an oversight in dfb75e478: it neglected to call check_input() for system_constraints.sql. Discussion: https://postgr.es/m/3956760.1618529139@sss.pgh.pa.us
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/catalog/Makefile | modified | +2 −1 |
| src/backend/catalog/system_functions.sql | added | +392 −0 |
| src/backend/catalog/system_views.sql | modified | +1 −380 |
| src/bin/initdb/initdb.c | modified | +6 −0 |
Discussion
- Converting built-in SQL functions to new style 3 messages · 2021-04-15 → 2021-04-16