You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running version 1.5.0.
If the configuration file does not contain a new file char at the end, the last line is ignored.
I discovered this while working on #227 because the system was not loading the primary hint from my replica configuration:
…-line
In the case the main configuration file has no new line in it, the
line is ignored by the function `extract_key_value()`.
This can be a little tricky, since the line is ignored and the user
has no clue about it.
With this fix, the last line of `pgagroal.conf` is always interpreted
even if no new line is present.
Fixes the same problem even for `pgagroal_hba.conf` file read within `extract_hba`.
Clse agroal#230
In the case the main configuration file has no new line in it, the
line is ignored by the function `extract_key_value()`.
This can be a little tricky, since the line is ignored and the user
has no clue about it.
With this fix, the last line of `pgagroal.conf` is always interpreted
even if no new line is present.
Fixes the same problem even for `pgagroal_hba.conf` file read within `extract_hba`.
Clse #230
In the case the main configuration file has no new line in it, the
line is ignored by the function `extract_key_value()`.
This can be a little tricky, since the line is ignored and the user
has no clue about it.
With this fix, the last line of `pgagroal.conf` is always interpreted
even if no new line is present.
Fixes the same problem even for `pgagroal_hba.conf` file read within `extract_hba`.
Clse #230
Running version 1.5.0.
If the configuration file does not contain a new file char at the end, the last line is ignored.
I discovered this while working on #227 because the system was not loading the
primary
hint from my replica configuration:while having the configuration file with an empty new line at the bottom makes it working:
The text was updated successfully, but these errors were encountered: