pgsql: Fix build problems in commit aa65de042f5828968f2f6cd65f45c543a40

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Fix build problems in commit aa65de042f5828968f2f6cd65f45c543a40
Дата
Msg-id E1ZaTV2-0008PH-Em@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix build problems in commit aa65de042f5828968f2f6cd65f45c543a40cc3e6.

The previous way didn't work for vpath builds, and make distprep was
busted too.

Reported off-list by Andres Freund.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/2ccc4e972eb85829a8fe8d39fc5ce4d770ac2e2e

Modified Files
--------------
src/backend/Makefile                             |    2 +-
src/backend/storage/lmgr/Makefile                |    3 ++-
src/backend/storage/lmgr/generate-lwlocknames.pl |    2 +-
src/backend/storage/lmgr/lwlock.c                |    3 ---
src/include/storage/lwlock.h                     |    3 ++-
5 files changed, 6 insertions(+), 7 deletions(-)


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Add missing ReleaseBuffer call in BRIN revmap code
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: pg_dump, pg_upgrade: allow postgres/template1 tablespace moves