forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit11de6c9
committed
Change signature of TupleHashTableHash().
Commit4eaea3d introduced TupleHashTableHash(), but the signaturedidn't match the other exposed functions. Separate it into internaland external versions. The external version hides the details behindan API more consistent with the other external functions, and theinternal version is still suitable for simplehash.1 parent8fa8e01 commit11de6c9
File tree
2 files changed
+31
-8
lines changed- src
- backend/executor
- include/executor
2 files changed
+31
-8
lines changedLines changed: 29 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
| 29 | + | |
| 30 | + | |
29 | 31 |
| |
30 | 32 |
| |
31 | 33 |
| |
| |||
38 | 40 |
| |
39 | 41 |
| |
40 | 42 |
| |
41 |
| - | |
| 43 | + | |
42 | 44 |
| |
43 | 45 |
| |
44 | 46 |
| |
| |||
313 | 315 |
| |
314 | 316 |
| |
315 | 317 |
| |
316 |
| - | |
| 318 | + | |
317 | 319 |
| |
318 | 320 |
| |
319 | 321 |
| |
320 | 322 |
| |
321 | 323 |
| |
322 | 324 |
| |
323 | 325 |
| |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
324 | 348 |
| |
325 | 349 |
| |
326 | 350 |
| |
| |||
382 | 406 |
| |
383 | 407 |
| |
384 | 408 |
| |
385 |
| - | |
386 |
| - | |
387 | 409 |
| |
388 | 410 |
| |
389 | 411 |
| |
390 | 412 |
| |
391 | 413 |
| |
392 | 414 |
| |
393 | 415 |
| |
394 |
| - | |
395 |
| - | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
396 | 419 |
| |
397 | 420 |
| |
398 | 421 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
140 | 140 |
| |
141 | 141 |
| |
142 | 142 |
| |
143 |
| - | |
144 |
| - | |
| 143 | + | |
| 144 | + | |
145 | 145 |
| |
146 | 146 |
| |
147 | 147 |
| |
|
0 commit comments
Comments
(0)