pgsql: Fix build problems in commit aa65de042f5828968f2f6cd65f45c543a40

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix build problems in commit aa65de042f5828968f2f6cd65f45c543a40
Date: 2015-09-11 18:56:40
Message-ID: E1ZaTV2-0008PH-Em@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2015-09-11 19:51:28 pgsql: pg_dump, pg_upgrade: allow postgres/template1 tablespace moves
Previous Message Alvaro Herrera 2015-09-11 18:32:34 pgsql: Add missing ReleaseBuffer call in BRIN revmap code