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:
Jacob Champion 2026-05-29 11:34:12 -07:00
parent 5ca41e4125
commit 2368c14e9e

View file

@ -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");
}