diff options
Diffstat (limited to 'src/include/storage/proc.h')
-rw-r--r-- | src/include/storage/proc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/storage/proc.h b/src/include/storage/proc.h index a777cb64a1c..683ab64f76b 100644 --- a/src/include/storage/proc.h +++ b/src/include/storage/proc.h @@ -181,8 +181,6 @@ struct PGPROC LOCKMODE waitLockMode; /* type of lock we're waiting for */ LOCKMASK heldLocks; /* bitmask for lock types already held on this * lock object by this backend */ - pg_atomic_uint64 waitStart; /* time at which wait for lock acquisition - * started */ bool delayChkpt; /* true if this proc delays checkpoint start */ |