Closed Saru2003 closed 1 month ago
@nyurik Kindly refer to the latest commit I have made.
@nyurik Thanks for merging! Could you please add the "hacktoberfest-accepted" label? Thanks for considering!
@Saru2003 adding labels is only nessesary if a PR is not accepted via an approving review or merged.
i'm a bit confused - what labeling are you talking about? We only add labels relevant to the Martin project, e.g. which subsystem the PR applies to, or things like "help needed", etc.
This PR addresses issue #1542, which states that the PostgreSQL pool size should not be allowed to be set to less than 1.
Changes:
Updated the finalize and resolve methods to call the validate method. This ensures that the configuration is validated before proceeding with further processing.
Updated pool.rs, ensures the validation process is integrated when creating a new pool by calling the validate method from the PgConfig instance.
Please review my implementation and provide feedback.