mirror of
https://github.com/postgres/postgres.git
synced 2025-11-19 13:42:17 +03:00
Fix typos.
Oskari Saarenmaa
This commit is contained in:
@@ -71,7 +71,7 @@ typedef struct ProcArrayStruct
|
||||
* Known assigned XIDs handling
|
||||
*/
|
||||
int maxKnownAssignedXids; /* allocated size of array */
|
||||
int numKnownAssignedXids; /* currrent # of valid entries */
|
||||
int numKnownAssignedXids; /* current # of valid entries */
|
||||
int tailKnownAssignedXids; /* index of oldest valid element */
|
||||
int headKnownAssignedXids; /* index of newest element, + 1 */
|
||||
slock_t known_assigned_xids_lck; /* protects head/tail pointers */
|
||||
|
||||
Reference in New Issue
Block a user