mirror of
https://github.com/postgres/postgres.git
synced 2026-06-09 08:42:38 -04:00
libpq: Send users to the wiki during grease failures
The existing documentation link for grease errors is fine, but something
a little more user-friendly and updatable would be ideal, since the
campaign won't last very long. The page
https://wiki.postgresql.org/wiki/Grease
has been added for this purpose. (It's admin-protected, to avoid making
it a spam target).
Discussion: https://postgr.es/m/CAOYmi%2BkVfqgPAaR1QuY7%3DRPBYR6MsA3V3_f5%2BH-75uC06YCDDA%40mail.gmail.com
This commit is contained in:
parent
5ca41e4125
commit
2368c14e9e
1 changed files with 1 additions and 1 deletions
|
|
@ -1439,5 +1439,5 @@ libpq_append_grease_info(PGconn *conn)
|
|||
"\tFor more information, including instructions on how to\n"
|
||||
"\twork around this issue for now, visit\n"
|
||||
"\t\t%s",
|
||||
"https://www.postgresql.org/docs/devel/libpq-connect.html#LIBPQ-CONNECT-MAX-PROTOCOL-VERSION");
|
||||
"https://wiki.postgresql.org/wiki/Grease");
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue