forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit920311a
committed
For 11 only, put back heap_expand_tuple to GetTupleForTrigger().
This is not necessary anymore after297d627, but extensions that havenot been recompiled after the fix will not use the new definition ofheap_getattr(). While recompiling those extensions is obviously thesuggested course, it's cheap enough to retain the expansion inGetTupleForTrigger().Per suggestion from Andrew Gierth.Discussion: 87va1x43ot.fsf@news-spur.riddles.org.uk1 parent35afcca commit920311a
1 file changed
+9
-1
lines changedLines changed: 9 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3396 | 3396 |
| |
3397 | 3397 |
| |
3398 | 3398 |
| |
3399 |
| - | |
| 3399 | + | |
| 3400 | + | |
| 3401 | + | |
| 3402 | + | |
| 3403 | + | |
| 3404 | + | |
| 3405 | + | |
| 3406 | + | |
| 3407 | + | |
3400 | 3408 |
| |
3401 | 3409 |
| |
3402 | 3410 |
| |
|
0 commit comments
Comments
(0)