diff options
author | Robert Haas <rhaas@postgresql.org> | 2015-09-11 14:53:41 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2015-09-11 14:56:17 -0400 |
commit | 2ccc4e972eb85829a8fe8d39fc5ce4d770ac2e2e (patch) | |
tree | 790b7afe295d4509fcce7b710cdf968b1ec4acdc /src/backend/storage/lmgr/lwlock.c | |
parent | 5cd6538345858aec128945b58265a8d5560777dc (diff) | |
download | postgresql-2ccc4e972eb85829a8fe8d39fc5ce4d770ac2e2e.tar.gz postgresql-2ccc4e972eb85829a8fe8d39fc5ce4d770ac2e2e.zip |
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.
Diffstat (limited to 'src/backend/storage/lmgr/lwlock.c')
-rw-r--r-- | src/backend/storage/lmgr/lwlock.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/backend/storage/lmgr/lwlock.c b/src/backend/storage/lmgr/lwlock.c index db10a961230..9179d1b356b 100644 --- a/src/backend/storage/lmgr/lwlock.c +++ b/src/backend/storage/lmgr/lwlock.c @@ -95,9 +95,6 @@ #include "utils/hsearch.h" #endif -/* Constants for lwlock names */ -#include "lwlocknames.c" - /* We use the ShmemLock spinlock to protect LWLockAssign */ extern slock_t *ShmemLock; |