Re: pgsql: Append major version number and for libraries soname major

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Append major version number and for libraries soname major
Дата
Msg-id 14345.1229042506@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pgsql: Append major version number and for libraries soname major  (petere@postgresql.org (Peter Eisentraut))
Ответы Re: pgsql: Append major version number and for libraries soname major  ("Dave Page" <dpage@pgadmin.org>)
Список pgsql-committers
petere@postgresql.org (Peter Eisentraut) writes:
> Log Message:
> -----------
> Append major version number and for libraries soname major version number
> to the gettext domain name, to simplify parallel installations.

The results from buildfarm member red_bat suggest that this commit broke
the MSVC build.  (I think that is the only MSVC buildfarm member that's
up at the moment.)

Build FAILED.
.\src\port\exec.c(633): error C2146: syntax error : missing ')' before identifier 'PG_MAJORVERSION'
.\src\backend\main\main.c(90): error C2146: syntax error : missing ')' before identifier 'PG_MAJORVERSION'
.\src\port\exec.c(633): error C2146: syntax error : missing ')' before identifier 'PG_MAJORVERSION'
    0 Warning(s)
    3 Error(s)

            regards, tom lane

В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: To reduce confusion over whether VACUUM FULL is needed for
Следующее
От: meskes@postgresql.org (Michael Meskes)
Дата:
Сообщение: pgsql: Using clause has to accept signed numeric constants too.