Re: pgsql: Change fastgetattr and heap_getattr to inline functions

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Change fastgetattr and heap_getattr to inline functions
Дата
Msg-id 3029088.1648145389@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pgsql: Change fastgetattr and heap_getattr to inline functions  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Ответы Re: pgsql: Change fastgetattr and heap_getattr to inline functions  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Список pgsql-committers
Alvaro Herrera <alvherre@alvh.no-ip.org> writes:
> Change fastgetattr and heap_getattr to inline functions

wrasse isn't happy with this:

ccache /opt/developerstudio12.6/bin/cc  -m64 -Xa -v -O pg_resetwal.o -L../../../src/port -L../../../src/common
-L/home/nm/sw/nopath/uuid-64/lib-L/home/nm/sw/nopath/openldap-64/lib -Wl,--as-needed
-Wl,-R'/home/nm/farm/studio64v12_6/HEAD/inst/lib' -lpgcommon -lpgport -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5
-lz-lreadline -ltermcap -lnsl -lsocket -lm  -o pg_resetwal 
Undefined            first referenced
 symbol                  in file
nocachegetattr                      pg_resetwal.o
ld: fatal: symbol referencing errors

I believe you need to wrap those new inline functions in
"#ifndef FRONTEND".

            regards, tom lane



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

Предыдущее
От: Tomas Vondra
Дата:
Сообщение: pgsql: Add decoding of sequences to built-in replication
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Wrap inline function definitions in #ifndef FRONTEND