forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite557db1
committed
Fix prologue of get_partition_ancestors()
The callers of this function assume that the first Oid in the listreturned by this function corresponds to the immediate parent and thelast on corresponds to the topmost parent. Make that explicit in thefunction prologue.Author: Ashutosh Bapat <ashutosh.bapat.oss@gmail.com>Discussion:https://www.postgresql.org/message-id/CAExHW5vCbATEmht861=G-BFPHNwLUqyeGa_=8-xibJ6Q1UxAeA@mail.gmail.com1 parent9ca6e7b commite557db1
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
123 | 123 |
| |
124 | 124 |
| |
125 | 125 |
| |
126 |
| - | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
127 | 129 |
| |
128 | 130 |
| |
129 | 131 |
| |
|
0 commit comments
Comments
(0)