On Wed, Feb 15, 2017 at 3:55 AM, Jeff Janes <[email protected]> wrote: > I thought people would object to checking the version number in two > different places to make the same fundamental decision, and would want that > refactored somehow. But if you are OK with it, then I am.
The binary versions are checked only once, which does not with change HEAD. With this patch it happens just earlier, which makes the most sense now that we have a condition depending on the version of what is installed. -- Michael -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
