diff --git a/src/include/pgagroal.h b/src/include/pgagroal.h index a3073068..0dffdaf5 100644 --- a/src/include/pgagroal.h +++ b/src/include/pgagroal.h @@ -72,7 +72,6 @@ extern "C" { #define HTTP_BUFFER_SIZE 1024 - #define MAX_USERNAME_LENGTH 128 #define MAX_DATABASE_LENGTH 256 #define MAX_TYPE_LENGTH 16 diff --git a/src/libpgagroal/configuration.c b/src/libpgagroal/configuration.c index d4c476a2..f375be24 100644 --- a/src/libpgagroal/configuration.c +++ b/src/libpgagroal/configuration.c @@ -655,7 +655,6 @@ pgagroal_validate_configuration(void* shm, bool has_unix_socket, bool has_main_s pgagroal_log_warn("pgagroal: Using rotate_frontend_password_timeout for the transaction pipeline is not recommended"); } - if (config->max_connection_age > 0) { pgagroal_log_warn("pgagroal: Using max_connection_age for the transaction pipeline is not recommended");