fix: removed anon pg extension (#10936)

## Problem

Removing the `anon` v1 extension in postgres as described in
https://github.com/neondatabase/cloud/issues/22663. This extension is
not built for postgres v17 and is out of date when compared to the
upstream variant which is v2 (we have v1.4).

## Summary of changes

Removed the `anon` v1 extension from being built or preloaded

Related to https://github.com/neondatabase/cloud/issues/22663
This commit is contained in:
Suhas Thalanki
2025-03-17 14:23:32 -04:00
committed by GitHub
parent 486ffeef6d
commit a05c99f487
4 changed files with 3 additions and 228 deletions

View File

@@ -179,9 +179,6 @@ pub enum ComputeFeature {
/// track short-lived connections as user activity.
ActivityMonitorExperimental,
/// Pre-install and initialize anon extension for every database in the cluster
AnonExtension,
/// Allow to configure rsyslog for Postgres logs export
PostgresLogsExport,