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