s_lock.h default definitions are rather confused

Поиск
Список
Период
Сортировка
От Tom Lane
Тема s_lock.h default definitions are rather confused
Дата
Msg-id 25643.1420924182@sss.pgh.pa.us
обсуждение исходный текст
Ответы Re: s_lock.h default definitions are rather confused  (Andres Freund <andres@2ndquadrant.com>)
Список pgsql-hackers
I've not tried to build HEAD on my HPPA dinosaur for awhile, but I did
just now, and I am presented with boatloads of this:

../../../src/include/storage/s_lock.h:759: warning: `S_UNLOCK' redefined
../../../src/include/storage/s_lock.h:679: warning: this is the location of the previous definition

which is not too surprising because the "default" definition at line 679
precedes the HPPA-specific one at line 759.

I'm not particularly interested in untangling the effects of the recent
hackery in s_lock.h enough to figure out how the overall structure got
broken, but I trust one of you will clean up the mess.
        regards, tom lane



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

Предыдущее
От: Christoph Berg
Дата:
Сообщение: Re: libpq 9.4 requires /etc/passwd?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: libpq 9.4 requires /etc/passwd?