Re: Add PostgreSQL home page to --help output
Daniel Gustafsson <daniel@yesql.se>
From: Daniel Gustafsson <daniel@yesql.se>
To: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2020-02-11T09:34:42Z
Lists: pgsql-hackers
> On 11 Feb 2020, at 08:41, Peter Eisentraut <peter.eisentraut@2ndquadrant.com> wrote: > Autoconf already has a way to register the package home page and propagate it, so I used that. That also makes it easier to change it (see http: -> https:) or have third parties substitute their own contact information without destroying translations. +1, this change has the side benefit of aiding postgres forks who otherwise have to patch all occurrences to avoid getting reports on the wrong list. > While at it, I also did the same refactoring for the bug reporting address (which was also recently changed, so this is a bit late, but who knows what the future holds). Pardon my weak autoconf-skills, what does the inverted brackets (]foo[ as opposed to [foo]) do in the below? -Please also contact <pgsql-bugs@lists.postgresql.org> to see about +Please also contact <]AC_PACKAGE_BUGREPORT[> to see about cheers ./daniel
Commits
-
Add PostgreSQL home page to --help output
- 1933ae629e7b 13.0 landed
-
Refer to bug report address by symbol rather than hardcoding
- 864934131ef7 13.0 landed