forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0f3cdf8
committed
Make pg_partition_tree return no rows on unsupported and undefined objects
The function was tweaked so as it returned one row full of NULLs whenworking on an unsupported relkind or an undefined object as ofcc53123,and after discussion with Amit and Álvaro it looks more natural to makeit return no rows.Author: Michael PaquierReviewed-by: Álvaro Herrera, Amit LangoteDiscussion:https://postgr.es/m/20190227184808.GA17357@alvherre.pgsql1 parent2536551 commit0f3cdf8
File tree
2 files changed
+6
-9
lines changed- src
- backend/utils/adt
- test/regress/expected
2 files changed
+6
-9
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
69 | 69 |
| |
70 | 70 |
| |
71 | 71 |
| |
72 |
| - | |
73 |
| - | |
74 |
| - | |
75 | 72 |
| |
76 | 73 |
| |
77 | 74 |
| |
| |||
82 | 79 |
| |
83 | 80 |
| |
84 | 81 |
| |
| 82 | + | |
| 83 | + | |
| 84 | + | |
85 | 85 |
| |
86 | 86 |
| |
87 | 87 |
| |
|
Lines changed: 3 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
13 |
| - | |
| 12 | + | |
14 | 13 |
| |
15 | 14 |
| |
16 | 15 |
| |
| |||
163 | 162 |
| |
164 | 163 |
| |
165 | 164 |
| |
166 |
| - | |
167 |
| - | |
| 165 | + | |
168 | 166 |
| |
169 | 167 |
| |
170 | 168 |
| |
171 | 169 |
| |
172 |
| - | |
173 |
| - | |
| 170 | + | |
174 | 171 |
| |
175 | 172 |
| |
176 | 173 |
| |
|
0 commit comments
Comments
(0)