mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-19 21:07:07 +08:00
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.
This commit is contained in:
@ -90,9 +90,10 @@ typedef union LWLockPadded
|
||||
char pad[LWLOCK_PADDED_SIZE];
|
||||
} LWLockPadded;
|
||||
extern PGDLLIMPORT LWLockPadded *MainLWLockArray;
|
||||
extern char *MainLWLockNames[];
|
||||
|
||||
/* Names for fixed lwlocks */
|
||||
#include "lwlocknames.h"
|
||||
#include "storage/lwlocknames.h"
|
||||
|
||||
/*
|
||||
* It's a bit odd to declare NUM_BUFFER_PARTITIONS and NUM_LOCK_PARTITIONS
|
||||
|
||||
Reference in New Issue
Block a user