forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3e32109
committed
Use key and partdesc from PartitionDispatch where possible.
Instead of repeatedly fishing the data out of the relcache entry,let's use the version that we cached in the PartitionDispatch. Wecould alternatively rip out the PartitionDispatch fields altogether,but it doesn't make much sense to have them and not use them; beforethis patch, partdesc was set but altogether unused. Amit Langote andI both thought using them was a litle better than removing them, sothis patch takes that approach.Discussion:http://postgr.es/m/CA+TgmobFnxcaW-Co-XO8=yhJ5pJXoNkCj6Z7jm9Mwj9FGv-D7w@mail.gmail.com1 parent8ce29bb commit3e32109
1 file changed
+6
-8
lines changedLines changed: 6 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
44 |
| - | |
| 44 | + | |
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
| |||
208 | 208 |
| |
209 | 209 |
| |
210 | 210 |
| |
211 |
| - | |
212 | 211 |
| |
213 | 212 |
| |
214 | 213 |
| |
215 | 214 |
| |
216 | 215 |
| |
217 |
| - | |
218 | 216 |
| |
219 | 217 |
| |
220 | 218 |
| |
| |||
245 | 243 |
| |
246 | 244 |
| |
247 | 245 |
| |
248 |
| - | |
| 246 | + | |
249 | 247 |
| |
250 | 248 |
| |
251 | 249 |
| |
252 | 250 |
| |
253 | 251 |
| |
254 |
| - | |
| 252 | + | |
255 | 253 |
| |
256 | 254 |
| |
257 | 255 |
| |
| |||
1079 | 1077 |
| |
1080 | 1078 |
| |
1081 | 1079 |
| |
1082 |
| - | |
| 1080 | + | |
1083 | 1081 |
| |
1084 | 1082 |
| |
1085 | 1083 |
| |
1086 |
| - | |
1087 |
| - | |
| 1084 | + | |
| 1085 | + | |
1088 | 1086 |
| |
1089 | 1087 |
| |
1090 | 1088 |
| |
|
0 commit comments
Comments
(0)