-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for Google AlloyDB for PostgreSQL (#302)
This adds two new configuration options for configuring a particular AlloyDB instance: * gcp_alloydb_cluster_id / GCP_ALLOYDB_CLUSTER_ID * gcp_alloydb_instance_id / GCP_ALLOYDB_INSTANCE_ID Additionally, the gcp_project_id / GCP_PROJECT_ID has to be set as well. Instead of going through the regular Cloud SQL log parsing, this utilizes special logic that removes the source filename and line, which are added by AlloyDB but not by standard Postgres. In passing, accomodate special autovacuum log syntax used by AlloyDB. Note there may be other log events with similar customizations we don't handle yet.
- Loading branch information
Showing
6 changed files
with
135 additions
and
31 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
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