forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit36b9312
committed
Don't use custom OID symbols in pg_proc.dat.
We have a perfectly good convention for OID macros for built-in functionsalready, so making custom symbols is just introducing unnecessarydeviation from the convention. Remove the one case that had snuck in,and add an error check in genbki.pl to discourage future instances.Although this touches pg_proc.dat, there's no need for a catversionbump since the actual catalog data isn't changed.John NaylorDiscussion:https://postgr.es/m/CAFBsxsHpCbjfoddNGpnnnY5pHwckWfiYkMYSF74PmP1su0+ZOw@mail.gmail.com1 parentad1c36b commit36b9312
File tree
3 files changed
+10
-4
lines changed- src
- backend
- catalog
- utils/cache
- include/catalog
3 files changed
+10
-4
lines changedLines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
602 | 602 |
| |
603 | 603 |
| |
604 | 604 |
| |
| 605 | + | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
605 | 612 |
| |
606 | 613 |
| |
607 | 614 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1761 | 1761 |
| |
1762 | 1762 |
| |
1763 | 1763 |
| |
1764 |
| - | |
| 1764 | + | |
1765 | 1765 |
| |
1766 | 1766 |
| |
1767 | 1767 |
| |
1768 | 1768 |
| |
1769 | 1769 |
| |
1770 | 1770 |
| |
1771 | 1771 |
| |
1772 |
| - | |
| 1772 | + | |
1773 | 1773 |
| |
1774 | 1774 |
| |
1775 | 1775 |
| |
|
Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
901 | 901 |
| |
902 | 902 |
| |
903 | 903 |
| |
904 |
| - | |
905 |
| - | |
| 904 | + | |
906 | 905 |
| |
907 | 906 |
| |
908 | 907 |
| |
|
0 commit comments
Comments
(0)