We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6f0a48 commit 1812ee5Copy full SHA for 1812ee5
src/include/storage/lock.h
@@ -526,8 +526,6 @@ extern void RemoveFromWaitQueue(PGPROC *proc, uint32 hashcode);
526
extern Size LockShmemSize(void);
527
extern LockData *GetLockStatusData(void);
528
529
-extern void ReportLockTableError(bool report);
530
-
531
typedef struct xl_standby_lock
532
{
533
TransactionId xid; /* xid of holder of AccessExclusiveLock */
0 commit comments