- Notifications
You must be signed in to change notification settings - Fork28
Commit2e3da03
committed
tableam: Add table_get_latest_tid, to wrap heap_get_latest_tid.
This primarily is to allow WHERE CURRENT OF to continue to work as itcurrently does. It's not clear to me that these semantics make sensefor every AM, but it works for the in-core heap, and the out of corezheap. We can refine it further at a later point if necessary.Author: Andres FreundDiscussion:https://postgr.es/m/20180703070645.wchpu5muyto5n647@alap3.anarazel.de1 parent71bdc99 commit2e3da03
File tree
4 files changed
+25
-14
lines changed- src
- backend
- access/heap
- executor
- utils/adt
- include/access
4 files changed
+25
-14
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
542 | 542 |
| |
543 | 543 |
| |
544 | 544 |
| |
| 545 | + | |
545 | 546 |
| |
546 | 547 |
| |
547 | 548 |
| |
|
Lines changed: 3 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
26 | 25 |
| |
27 | 26 |
| |
28 | 27 |
| |
| |||
308 | 307 |
| |
309 | 308 |
| |
310 | 309 |
| |
311 |
| - | |
312 | 310 |
| |
313 | 311 |
| |
314 | 312 |
| |
| |||
332 | 330 |
| |
333 | 331 |
| |
334 | 332 |
| |
335 |
| - | |
336 |
| - | |
337 |
| - | |
338 |
| - | |
339 |
| - | |
340 |
| - | |
341 | 333 |
| |
342 | 334 |
| |
343 | 335 |
| |
| |||
365 | 357 |
| |
366 | 358 |
| |
367 | 359 |
| |
368 |
| - | |
| 360 | + | |
369 | 361 |
| |
370 | 362 |
| |
371 | 363 |
| |
372 | 364 |
| |
373 | 365 |
| |
374 | 366 |
| |
375 | 367 |
| |
376 |
| - | |
| 368 | + | |
377 | 369 |
| |
378 |
| - | |
379 |
| - | |
| 370 | + | |
380 | 371 |
| |
381 | 372 |
| |
382 | 373 |
| |
|
Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
| 25 | + | |
25 | 26 |
| |
26 | 27 |
| |
27 | 28 |
| |
| |||
379 | 380 |
| |
380 | 381 |
| |
381 | 382 |
| |
382 |
| - | |
| 383 | + | |
383 | 384 |
| |
384 | 385 |
| |
385 | 386 |
| |
| |||
414 | 415 |
| |
415 | 416 |
| |
416 | 417 |
| |
417 |
| - | |
| 418 | + | |
418 | 419 |
| |
419 | 420 |
| |
420 | 421 |
| |
|
Lines changed: 18 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
283 | 283 |
| |
284 | 284 |
| |
285 | 285 |
| |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
286 | 294 |
| |
287 | 295 |
| |
288 | 296 |
| |
| |||
656 | 664 |
| |
657 | 665 |
| |
658 | 666 |
| |
| 667 | + | |
| 668 | + | |
| 669 | + | |
| 670 | + | |
| 671 | + | |
| 672 | + | |
| 673 | + | |
| 674 | + | |
| 675 | + | |
| 676 | + | |
659 | 677 |
| |
660 | 678 |
| |
661 | 679 |
| |
|
0 commit comments
Comments
(0)