doc: update PostgreSQL documentation links

"/static/" path element no longer required.
This commit is contained in:
Ian Barwick
2019-01-15 12:45:33 +09:00
parent 10be941298
commit ba7ef9e643
14 changed files with 26 additions and 26 deletions

View File

@@ -1524,7 +1524,7 @@ repmgr_atoi(const char *value, const char *config_item, ItemList *error_list, in
*
* TODO: accept "any unambiguous prefix of one of these" as per postgresql.conf:
*
* https://www.postgresql.org/docs/current/static/config-setting.html
* https://www.postgresql.org/docs/current/config-setting.html
*/
bool
parse_bool(const char *s, const char *config_item, ItemList *error_list)