-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
53578: rfc: mark partial index RFC as complete r=rytaft a=mgartner Release justification: This commit updates an RFC which is a non-production code change. Release note: None 53605: quotapool,kvserver: extend quotapool.RateLimit, rate limit queue addition in SystemConfigUpdate r=knz a=ajwerner See individual commits. This PR is a fancier implementation of #53603 that permits bursting and makes setting a relatively low rate feel less risky in the face of a small burst of changes. Release justification: low risk, high benefit changes to existing functionality Release note (performance improvement): Limited the frequency of an expensive operation due to schema changes making workload which perform schema changes at a high rate less resource intensive. 53647: *: bump twpayne/[email protected], geos to include POINT EMPTY fix r=sumeerbhola a=otan * Bumps twpayne/go-geom to resolve an issue with WKT encoding involving empty collection points. * Bumps GEOS to handles POINT EMPTY correctly. Resolves #53631. Resolves #53632. Release justification: low risk updates to new functionality Release note: None Co-authored-by: Marcus Gartner <[email protected]> Co-authored-by: Andrew Werner <[email protected]> Co-authored-by: Oliver Tan <[email protected]>
- Loading branch information
Showing
11 changed files
with
210 additions
and
102 deletions.
There are no files selected for viewing
Submodule geos
updated
3 files
+1 −0 | include/geos/io/WKBWriter.h | |
+18 −2 | src/io/WKBWriter.cpp | |
+25 −0 | tests/unit/io/WKBWriterTest.cpp |
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
Oops, something went wrong.