mirror of
https://github.com/postgres/postgres.git
synced 2025-04-25 21:42:33 +03:00
Remove dead function prototype
It was added in commit efc16ea5, but never defined.
This commit is contained in:
parent
e6f0a48a60
commit
1812ee5767
@ -526,8 +526,6 @@ extern void RemoveFromWaitQueue(PGPROC *proc, uint32 hashcode);
|
|||||||
extern Size LockShmemSize(void);
|
extern Size LockShmemSize(void);
|
||||||
extern LockData *GetLockStatusData(void);
|
extern LockData *GetLockStatusData(void);
|
||||||
|
|
||||||
extern void ReportLockTableError(bool report);
|
|
||||||
|
|
||||||
typedef struct xl_standby_lock
|
typedef struct xl_standby_lock
|
||||||
{
|
{
|
||||||
TransactionId xid; /* xid of holder of AccessExclusiveLock */
|
TransactionId xid; /* xid of holder of AccessExclusiveLock */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user