forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc203dcd
committed
Remove unused function parameter in get_qual_from_partbound
Commit0563a3a changed how partition constraints were generated suchthat this function no longer computes the mapping of parent attnos tochild attnos.This is an external function that extensions could use, so this ispotentially a breaking change. No external callers are known, however,and this will make it simpler to write such callers in the future.Author: Hou ZhijieReviewed-by: David Rowley, Michael Paquier, Soumyadeep ChakrabortyDiscussion:https://www.postgresql.org/message-id/flat/OS0PR01MB5716A75A45BE46101A1B489894379@OS0PR01MB5716.jpnprd01.prod.outlook.com1 parenteec5711 commitc203dcd
File tree
4 files changed
+4
-5
lines changed- src
- backend
- commands
- partitioning
- utils/cache
- include/partitioning
4 files changed
+4
-5
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17350 | 17350 |
| |
17351 | 17351 |
| |
17352 | 17352 |
| |
17353 |
| - | |
| 17353 | + | |
17354 | 17354 |
| |
17355 | 17355 |
| |
17356 | 17356 |
| |
|
Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
246 | 246 |
| |
247 | 247 |
| |
248 | 248 |
| |
249 |
| - | |
250 |
| - | |
| 249 | + | |
251 | 250 |
| |
252 | 251 |
| |
253 | 252 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
376 | 376 |
| |
377 | 377 |
| |
378 | 378 |
| |
379 |
| - | |
| 379 | + | |
380 | 380 |
| |
381 | 381 |
| |
382 | 382 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
85 | 85 |
| |
86 | 86 |
| |
87 | 87 |
| |
88 |
| - | |
| 88 | + | |
89 | 89 |
| |
90 | 90 |
| |
91 | 91 |
| |
|
0 commit comments
Comments
(0)