Re: [HACKERS] building Postgresql-9.0.10 with patching MERGE keyword

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] building Postgresql-9.0.10 with patching MERGE keyword
Дата
Msg-id 10279.1498660005@sss.pgh.pa.us
обсуждение исходный текст
Ответ на [HACKERS] building Postgresql-9.0.10 with patching MERGE keyword  (Lelisa Diriba <lelisa0404@gmail.com>)
Список pgsql-hackers
Lelisa Diriba <lelisa0404@gmail.com> writes:
> I am trying to build with Patching MERGE statement or  keyword in
> Postgresql 9.0.10 on ubuntu OS  and am getting a couple errors related to
> bootstrap libraries.

9.0 is a bit old to be of any interest ...

> In file included from bootparse.y:420:0:
> bootscanner.l: In function 'boot_yylex':
> bootscanner.l:110:10: error: 'XFORCE' undeclared (first use in this
> function)

In 9.5 and up, I see this in bootparse.y:

%token XFORCE XNOT XNULL

but previous versions have neither that declaration nor any uses of
those symbols.  I suspect you tried to back-patch a modern version
of bootscanner.l without also back-patching bootparse.y.  Or maybe
you just need to remove and rebuild bootparse.c.
        regards, tom lane



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

Предыдущее
От: Albe Laurenz
Дата:
Сообщение: [HACKERS] Typo in comment in postgres_fdw.c
Следующее
От: Robert Haas
Дата:
Сообщение: protocol version negotiation (Re: [HACKERS] Libpq PGRES_COPY_BOTH -version compatibility)