forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8d4b311
committed
Make pg_get_statisticsobjdef_expressions return NULL
The usual behavior for functions in ruleutils.c is to return NULL whenthe object does not exist. pg_get_statisticsobjdef_expressions raised anerror instead, so correct that.Reported-by: Justin PryzbyDiscussion:https://postgr.es/m/20210505210947.GA27406%40telsasoft.com1 parentb65431c commit8d4b311
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1759 | 1759 |
| |
1760 | 1760 |
| |
1761 | 1761 |
| |
1762 |
| - | |
| 1762 | + | |
1763 | 1763 |
| |
1764 |
| - | |
| 1764 | + | |
1765 | 1765 |
| |
1766 | 1766 |
| |
1767 | 1767 |
| |
|
0 commit comments
Comments
(0)