forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6775c01
committed
Revert an ill-considered portion of my patch of 12-Mar, which tried to save a
few lines in sql_exec_error_callback() by using the function source stringfield that the patch added to SQL function cache entries. This doesn't workbecause the fn_extra field isn't filled in yet during init_sql_fcache().Probably it could be made to work, but it doesn't seem appropriate to contortthe main code paths to make an error-reporting path a tad faster. Per reportfrom Pavel Stehule.1 parent2334723 commit6775c01
1 file changed
+13
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
765 | 765 | | |
766 | 766 | | |
767 | 767 | | |
768 | | - | |
| 768 | + | |
769 | 769 | | |
| 770 | + | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
| 775 | + | |
| 776 | + | |
| 777 | + | |
| 778 | + | |
770 | 779 | | |
771 | 780 | | |
772 | | - | |
| 781 | + | |
| 782 | + | |
773 | 783 | | |
774 | 784 | | |
775 | 785 | | |
| |||
0 commit comments
Comments
(0)