forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit96f8373
committed
Fix bug in aggregate (de)serialization commit.
resulttypeLen and resulttypeByVal must be set correctly when serializingaggregates, not just when finalizing them. This was in David's finalpatch but I downloaded the wrong version by mistake and failed to spotthe error.David Rowley1 parent5fe5a2c commit96f8373
1 file changed
+4
-5
lines changedLines changed: 4 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2862 | 2862 |
| |
2863 | 2863 |
| |
2864 | 2864 |
| |
2865 |
| - | |
2866 |
| - | |
2867 |
| - | |
2868 |
| - | |
2869 |
| - | |
| 2865 | + | |
| 2866 | + | |
| 2867 | + | |
| 2868 | + | |
2870 | 2869 |
| |
2871 | 2870 |
| |
2872 | 2871 |
| |
|
0 commit comments
Comments
(0)