pgsql: Protect definition of SpinlockSemaArray, just like its declarati

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: Protect definition of SpinlockSemaArray, just like its declarati
Дата
Msg-id E1XODEC-0005cJ-U9@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Protect definition of SpinlockSemaArray, just like its declaration.

Found via clang's -Wmissing-variable-declarations.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5c1faa7ba729c780b0ac598dbc23dbb1d6e1b872

Modified Files
--------------
src/backend/storage/lmgr/spin.c |    2 ++
1 file changed, 2 insertions(+)


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: Declare two variables in snapbuild.c as static.
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: Declare lwlock.c's LWLockAcquireCommon() as a static inline.