1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-06 19:59:18 +03:00

Fix typo.

Author: Masahiko Sawada
This commit is contained in:
Thomas Munro 2019-03-29 10:03:58 +13:00
parent 46bcd2af18
commit 7e69323bf7

View File

@ -198,7 +198,7 @@ typedef TransactionStateData *TransactionState;
/*
* Serialized representation used to transmit transaction state to parallel
* workers though shared memory.
* workers through shared memory.
*/
typedef struct SerializedTransactionState
{