pub fn validate_comprehensive(config: &PostgresConfig) -> Result<Vec<String>>Expand description
Comprehensive configuration validation
Runs all validation checks on the PostgreSQL configuration:
- Basic validation (from PostgresConfig::validate)
- Memory size validation
- CIDR notation validation
- Conflicting settings detection
- Resource limits validation
Returns warnings that don’t prevent operation but should be reviewed.