Re: psql emit WARNING if built with option --with-extra-version and the option only contains numbers
От | David G. Johnston |
---|---|
Тема | Re: psql emit WARNING if built with option --with-extra-version and the option only contains numbers |
Дата | |
Msg-id | CAKFQuwbNnxBh3v8VMx81R6jK1COdoR=mEsg1GKA6O6feKY79Lw@mail.gmail.com обсуждение исходный текст |
Ответ на | psql emit WARNING if built with option --with-extra-version and the option only contains numbers (Jet Zhang <jet.cx.zhang@hotmail.com>) |
Список | pgsql-bugs |
Hi All,
As the doc mentioned, the --with-extra-version can be a distribution package release number. But if I build the program like below configure:
./configure --prefix=/home/zhangchenxi/Workspace/c/.build/psql --enable-debug --enable-depend --enable-cassert --with-extra-version=.54321 CFLAGS=-O0
psql (14.2.54321, server 14.2.54321)
WARNING: psql major version 14, server major version 19.
Some psql features might not work.
Type "help" for help.
./configure --prefix=/home/zhangchenxi/Workspace/c/.build/psql --enable-debug --enable-depend --enable-cassert --with-extra-version=54321 CFLAGS=-O0
the extra version STRING 54321 with no dot (.)
psql (14.254321, server 14.254321)
WARNING: psql major version 14, server major version 39.
Some psql features might not work.
Type "help" for help.
В списке pgsql-bugs по дате отправления: