Home
last modified time | relevance | path

Searched defs:PGPROC (Results 1 – 25 of 86) sorted by relevance

1234

/dports/databases/postgresql14-pltcl/postgresql-14.1/src/include/storage/
H A Dproc.h121 struct PGPROC struct
125 PGPROC **procgloballist; /* procglobal list that owns this PGPROC */ argument
149 * data mirrored from this PGPROC */ argument
150 int pgprocno;
167 bool recoveryConflictPending;
208 SHM_QUEUE myProcLocks[NUM_LOCK_PARTITIONS];
216 bool procArrayGroupMember;
218 pg_atomic_uint32 procArrayGroupNext;
224 TransactionId procArrayGroupMemberXid;
251 PGPROC *lockGroupLeader; /* lock group leader, if I'm a member */ argument
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/src/include/storage/
H A Dproc.h121 struct PGPROC struct
125 PGPROC **procgloballist; /* procglobal list that owns this PGPROC */ argument
149 * data mirrored from this PGPROC */ argument
150 int pgprocno;
167 bool recoveryConflictPending;
208 SHM_QUEUE myProcLocks[NUM_LOCK_PARTITIONS];
216 bool procArrayGroupMember;
218 pg_atomic_uint32 procArrayGroupNext;
224 TransactionId procArrayGroupMemberXid;
251 PGPROC *lockGroupLeader; /* lock group leader, if I'm a member */ argument
[all …]
/dports/databases/postgresql14-plperl/postgresql-14.1/src/include/storage/
H A Dproc.h121 struct PGPROC struct
125 PGPROC **procgloballist; /* procglobal list that owns this PGPROC */ argument
149 * data mirrored from this PGPROC */ argument
150 int pgprocno;
167 bool recoveryConflictPending;
208 SHM_QUEUE myProcLocks[NUM_LOCK_PARTITIONS];
216 bool procArrayGroupMember;
218 pg_atomic_uint32 procArrayGroupNext;
224 TransactionId procArrayGroupMemberXid;
251 PGPROC *lockGroupLeader; /* lock group leader, if I'm a member */ argument
[all …]
/dports/databases/postgresql14-docs/postgresql-14.1/src/include/storage/
H A Dproc.h121 struct PGPROC struct
125 PGPROC **procgloballist; /* procglobal list that owns this PGPROC */ argument
149 * data mirrored from this PGPROC */ argument
150 int pgprocno;
167 bool recoveryConflictPending;
208 SHM_QUEUE myProcLocks[NUM_LOCK_PARTITIONS];
216 bool procArrayGroupMember;
218 pg_atomic_uint32 procArrayGroupNext;
224 TransactionId procArrayGroupMemberXid;
251 PGPROC *lockGroupLeader; /* lock group leader, if I'm a member */ argument
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/src/include/storage/
H A Dproc.h121 struct PGPROC struct
125 PGPROC **procgloballist; /* procglobal list that owns this PGPROC */ argument
149 * data mirrored from this PGPROC */ argument
150 int pgprocno;
167 bool recoveryConflictPending;
208 SHM_QUEUE myProcLocks[NUM_LOCK_PARTITIONS];
216 bool procArrayGroupMember;
218 pg_atomic_uint32 procArrayGroupNext;
224 TransactionId procArrayGroupMemberXid;
251 PGPROC *lockGroupLeader; /* lock group leader, if I'm a member */ argument
[all …]
/dports/databases/postgresql14-client/postgresql-14.1/src/include/storage/
H A Dproc.h121 struct PGPROC struct
125 PGPROC **procgloballist; /* procglobal list that owns this PGPROC */ argument
149 * data mirrored from this PGPROC */ argument
150 int pgprocno;
167 bool recoveryConflictPending;
208 SHM_QUEUE myProcLocks[NUM_LOCK_PARTITIONS];
216 bool procArrayGroupMember;
218 pg_atomic_uint32 procArrayGroupNext;
224 TransactionId procArrayGroupMemberXid;
251 PGPROC *lockGroupLeader; /* lock group leader, if I'm a member */ argument
[all …]
/dports/databases/postgresql14-contrib/postgresql-14.1/src/include/storage/
H A Dproc.h121 struct PGPROC struct
125 PGPROC **procgloballist; /* procglobal list that owns this PGPROC */ argument
149 * data mirrored from this PGPROC */ argument
150 int pgprocno;
167 bool recoveryConflictPending;
208 SHM_QUEUE myProcLocks[NUM_LOCK_PARTITIONS];
216 bool procArrayGroupMember;
218 pg_atomic_uint32 procArrayGroupNext;
224 TransactionId procArrayGroupMemberXid;
251 PGPROC *lockGroupLeader; /* lock group leader, if I'm a member */ argument
[all …]
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/include/storage/
H A Dproc.h95 struct PGPROC struct
99 PGPROC **procgloballist; /* procglobal list that owns this PGPROC */ argument
110 int pgprocno;
127 bool recoveryConflictPending;
154 int syncRepState; /* wait state for sync rep */
162 SHM_QUEUE myProcLocks[NUM_LOCK_PARTITIONS];
168 bool procArrayGroupMember;
170 pg_atomic_uint32 procArrayGroupNext;
176 TransactionId procArrayGroupMemberXid;
203 PGPROC *lockGroupLeader; /* lock group leader, if I'm a member */ argument
[all …]
/dports/databases/postgresql13-server/postgresql-13.5/src/include/storage/
H A Dproc.h95 struct PGPROC struct
99 PGPROC **procgloballist; /* procglobal list that owns this PGPROC */ argument
110 int pgprocno;
127 bool recoveryConflictPending;
154 int syncRepState; /* wait state for sync rep */
162 SHM_QUEUE myProcLocks[NUM_LOCK_PARTITIONS];
168 bool procArrayGroupMember;
170 pg_atomic_uint32 procArrayGroupNext;
176 TransactionId procArrayGroupMemberXid;
203 PGPROC *lockGroupLeader; /* lock group leader, if I'm a member */ argument
[all …]
/dports/databases/postgresql13-contrib/postgresql-13.5/src/include/storage/
H A Dproc.h95 struct PGPROC struct
99 PGPROC **procgloballist; /* procglobal list that owns this PGPROC */ argument
110 int pgprocno;
127 bool recoveryConflictPending;
154 int syncRepState; /* wait state for sync rep */
162 SHM_QUEUE myProcLocks[NUM_LOCK_PARTITIONS];
168 bool procArrayGroupMember;
170 pg_atomic_uint32 procArrayGroupNext;
176 TransactionId procArrayGroupMemberXid;
203 PGPROC *lockGroupLeader; /* lock group leader, if I'm a member */ argument
[all …]
/dports/databases/postgresql13-client/postgresql-13.5/src/include/storage/
H A Dproc.h95 struct PGPROC struct
99 PGPROC **procgloballist; /* procglobal list that owns this PGPROC */ argument
110 int pgprocno;
127 bool recoveryConflictPending;
154 int syncRepState; /* wait state for sync rep */
162 SHM_QUEUE myProcLocks[NUM_LOCK_PARTITIONS];
168 bool procArrayGroupMember;
170 pg_atomic_uint32 procArrayGroupNext;
176 TransactionId procArrayGroupMemberXid;
203 PGPROC *lockGroupLeader; /* lock group leader, if I'm a member */ argument
[all …]
/dports/databases/postgresql13-docs/postgresql-13.5/src/include/storage/
H A Dproc.h95 struct PGPROC struct
99 PGPROC **procgloballist; /* procglobal list that owns this PGPROC */ argument
110 int pgprocno;
127 bool recoveryConflictPending;
154 int syncRepState; /* wait state for sync rep */
162 SHM_QUEUE myProcLocks[NUM_LOCK_PARTITIONS];
168 bool procArrayGroupMember;
170 pg_atomic_uint32 procArrayGroupNext;
176 TransactionId procArrayGroupMemberXid;
203 PGPROC *lockGroupLeader; /* lock group leader, if I'm a member */ argument
[all …]
/dports/databases/postgresql13-plpython/postgresql-13.5/src/include/storage/
H A Dproc.h95 struct PGPROC struct
99 PGPROC **procgloballist; /* procglobal list that owns this PGPROC */ argument
110 int pgprocno;
127 bool recoveryConflictPending;
154 int syncRepState; /* wait state for sync rep */
162 SHM_QUEUE myProcLocks[NUM_LOCK_PARTITIONS];
168 bool procArrayGroupMember;
170 pg_atomic_uint32 procArrayGroupNext;
176 TransactionId procArrayGroupMemberXid;
203 PGPROC *lockGroupLeader; /* lock group leader, if I'm a member */ argument
[all …]
/dports/databases/postgresql13-plperl/postgresql-13.5/src/include/storage/
H A Dproc.h95 struct PGPROC struct
99 PGPROC **procgloballist; /* procglobal list that owns this PGPROC */ argument
110 int pgprocno;
127 bool recoveryConflictPending;
154 int syncRepState; /* wait state for sync rep */
162 SHM_QUEUE myProcLocks[NUM_LOCK_PARTITIONS];
168 bool procArrayGroupMember;
170 pg_atomic_uint32 procArrayGroupNext;
176 TransactionId procArrayGroupMemberXid;
203 PGPROC *lockGroupLeader; /* lock group leader, if I'm a member */ argument
[all …]
/dports/databases/postgresql11-client/postgresql-11.14/src/include/storage/
H A Dproc.h95 struct PGPROC struct
99 PGPROC **procgloballist; /* procglobal list that owns this PGPROC */ argument
110 int pgprocno;
127 bool recoveryConflictPending;
152 int syncRepState; /* wait state for sync rep */
160 SHM_QUEUE myProcLocks[NUM_LOCK_PARTITIONS];
166 bool procArrayGroupMember;
168 pg_atomic_uint32 procArrayGroupNext;
174 TransactionId procArrayGroupMemberXid;
203 PGPROC *lockGroupLeader; /* lock group leader, if I'm a member */ argument
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/src/include/storage/
H A Dproc.h95 struct PGPROC struct
99 PGPROC **procgloballist; /* procglobal list that owns this PGPROC */ argument
110 int pgprocno;
127 bool recoveryConflictPending;
152 int syncRepState; /* wait state for sync rep */
160 SHM_QUEUE myProcLocks[NUM_LOCK_PARTITIONS];
166 bool procArrayGroupMember;
168 pg_atomic_uint32 procArrayGroupNext;
174 TransactionId procArrayGroupMemberXid;
203 PGPROC *lockGroupLeader; /* lock group leader, if I'm a member */ argument
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/src/include/storage/
H A Dproc.h95 struct PGPROC struct
99 PGPROC **procgloballist; /* procglobal list that owns this PGPROC */ argument
110 int pgprocno;
127 bool recoveryConflictPending;
152 int syncRepState; /* wait state for sync rep */
160 SHM_QUEUE myProcLocks[NUM_LOCK_PARTITIONS];
166 bool procArrayGroupMember;
168 pg_atomic_uint32 procArrayGroupNext;
174 TransactionId procArrayGroupMemberXid;
203 PGPROC *lockGroupLeader; /* lock group leader, if I'm a member */ argument
[all …]
/dports/databases/postgresql11-plpython/postgresql-11.14/src/include/storage/
H A Dproc.h95 struct PGPROC struct
99 PGPROC **procgloballist; /* procglobal list that owns this PGPROC */ argument
110 int pgprocno;
127 bool recoveryConflictPending;
152 int syncRepState; /* wait state for sync rep */
160 SHM_QUEUE myProcLocks[NUM_LOCK_PARTITIONS];
166 bool procArrayGroupMember;
168 pg_atomic_uint32 procArrayGroupNext;
174 TransactionId procArrayGroupMemberXid;
203 PGPROC *lockGroupLeader; /* lock group leader, if I'm a member */ argument
[all …]
/dports/databases/postgresql11-server/postgresql-11.14/src/include/storage/
H A Dproc.h95 struct PGPROC struct
99 PGPROC **procgloballist; /* procglobal list that owns this PGPROC */ argument
110 int pgprocno;
127 bool recoveryConflictPending;
152 int syncRepState; /* wait state for sync rep */
160 SHM_QUEUE myProcLocks[NUM_LOCK_PARTITIONS];
166 bool procArrayGroupMember;
168 pg_atomic_uint32 procArrayGroupNext;
174 TransactionId procArrayGroupMemberXid;
203 PGPROC *lockGroupLeader; /* lock group leader, if I'm a member */ argument
[all …]
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/include/storage/
H A Dproc.h95 struct PGPROC struct
99 PGPROC **procgloballist; /* procglobal list that owns this PGPROC */ argument
110 int pgprocno;
127 bool recoveryConflictPending;
152 int syncRepState; /* wait state for sync rep */
160 SHM_QUEUE myProcLocks[NUM_LOCK_PARTITIONS];
166 bool procArrayGroupMember;
168 pg_atomic_uint32 procArrayGroupNext;
174 TransactionId procArrayGroupMemberXid;
203 PGPROC *lockGroupLeader; /* lock group leader, if I'm a member */ argument
[all …]
/dports/databases/postgresql12-client/postgresql-12.9/src/include/storage/
H A Dproc.h95 struct PGPROC struct
99 PGPROC **procgloballist; /* procglobal list that owns this PGPROC */ argument
110 int pgprocno;
127 bool recoveryConflictPending;
152 int syncRepState; /* wait state for sync rep */
160 SHM_QUEUE myProcLocks[NUM_LOCK_PARTITIONS];
166 bool procArrayGroupMember;
168 pg_atomic_uint32 procArrayGroupNext;
174 TransactionId procArrayGroupMemberXid;
203 PGPROC *lockGroupLeader; /* lock group leader, if I'm a member */ argument
[all …]
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/include/storage/
H A Dproc.h95 struct PGPROC struct
99 PGPROC **procgloballist; /* procglobal list that owns this PGPROC */ argument
110 int pgprocno;
127 bool recoveryConflictPending;
152 int syncRepState; /* wait state for sync rep */
160 SHM_QUEUE myProcLocks[NUM_LOCK_PARTITIONS];
166 bool procArrayGroupMember;
168 pg_atomic_uint32 procArrayGroupNext;
174 TransactionId procArrayGroupMemberXid;
203 PGPROC *lockGroupLeader; /* lock group leader, if I'm a member */ argument
[all …]
/dports/databases/postgresql12-server/postgresql-12.9/src/include/storage/
H A Dproc.h95 struct PGPROC struct
99 PGPROC **procgloballist; /* procglobal list that owns this PGPROC */ argument
110 int pgprocno;
127 bool recoveryConflictPending;
152 int syncRepState; /* wait state for sync rep */
160 SHM_QUEUE myProcLocks[NUM_LOCK_PARTITIONS];
166 bool procArrayGroupMember;
168 pg_atomic_uint32 procArrayGroupNext;
174 TransactionId procArrayGroupMemberXid;
203 PGPROC *lockGroupLeader; /* lock group leader, if I'm a member */ argument
[all …]
/dports/databases/postgresql12-plpython/postgresql-12.9/src/include/storage/
H A Dproc.h95 struct PGPROC struct
99 PGPROC **procgloballist; /* procglobal list that owns this PGPROC */ argument
110 int pgprocno;
127 bool recoveryConflictPending;
152 int syncRepState; /* wait state for sync rep */
160 SHM_QUEUE myProcLocks[NUM_LOCK_PARTITIONS];
166 bool procArrayGroupMember;
168 pg_atomic_uint32 procArrayGroupNext;
174 TransactionId procArrayGroupMemberXid;
203 PGPROC *lockGroupLeader; /* lock group leader, if I'm a member */ argument
[all …]
/dports/databases/postgresql12-plperl/postgresql-12.9/src/include/storage/
H A Dproc.h95 struct PGPROC struct
99 PGPROC **procgloballist; /* procglobal list that owns this PGPROC */ argument
110 int pgprocno;
127 bool recoveryConflictPending;
152 int syncRepState; /* wait state for sync rep */
160 SHM_QUEUE myProcLocks[NUM_LOCK_PARTITIONS];
166 bool procArrayGroupMember;
168 pg_atomic_uint32 procArrayGroupNext;
174 TransactionId procArrayGroupMemberXid;
203 PGPROC *lockGroupLeader; /* lock group leader, if I'm a member */ argument
[all …]

1234