Обсуждение: pgsql: Fix build problems in commit aa65de042f5828968f2f6cd65f45c543a40

Поиск
Список
Период
Сортировка

pgsql: Fix build problems in commit aa65de042f5828968f2f6cd65f45c543a40

От
Robert Haas
Дата:
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(-)