-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
67560: authors: add [email protected] to authors. r=rharding6373 a=rharding6373 Release note: None 67569: logictest: add a regression test around apply joins r=yuzefovich a=yuzefovich This is a reduced version of #66923. Release note: None 67574: geomfn: fix NULL cases for ST_GeneratePoints r=rafiss a=otan Resolves #67177 Release note (bug fix): Fix a bug where ST_GeneratePoints returns a garbage value or an error if an empty geometry or negative nPoints is given. 67576: colserde: inline a function that is called only in one place r=yuzefovich a=yuzefovich Release note: None 67577: colrpc: add memory accounting for temporary data in inbox/outbox r=yuzefovich a=yuzefovich **colrpc: fix memory accounting in inbox a bit** Previously, we forgot to update the allocator once we have deserialized the batch in the inbox (i.e. we would register only the original allocation, upon the batch's creation). This could result in under-accounting for variable length types, and it is now fixed. Release note: None **colrpc: add memory accounting for temporary data in inbox/outbox** Previously, we were missing the memory accounting for the temporary usage of serialized/deserialized bytes in the inbox/outbox pair. The worst offense was that in the outbox we reuse the same scratch Bytes buffer that is never truncated and can only increase in capacity throughout the lifetime of the outbox, yet it wasn't accounted for. This commit fixes those omissions. Fixes: #67051. Release note: None Co-authored-by: rharding6373 <[email protected]> Co-authored-by: Yahor Yuzefovich <[email protected]> Co-authored-by: Oliver Tan <[email protected]>
- Loading branch information
Showing
10 changed files
with
128 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -301,6 +301,7 @@ Piotr Zurek <[email protected]> | |
pocockn <[email protected]> | ||
Pooja Maniar <[email protected]> <[email protected]> | ||
Poornima Malepati <[email protected]> Poornima <[email protected]> | ||
Rachael Harding <[email protected]> | ||
Rachit Srivastava <[email protected]> | ||
Radu Berinde <[email protected]> RaduBerinde <[email protected]> | ||
Rafi Shamim <[email protected]> <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters