mirror of
https://github.com/postgres/postgres.git
synced 2025-06-22 02:52:08 +03:00
Fix typo.
Author: Masahiko Sawada
This commit is contained in:
@ -198,7 +198,7 @@ typedef TransactionStateData *TransactionState;
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Serialized representation used to transmit transaction state to parallel
|
* Serialized representation used to transmit transaction state to parallel
|
||||||
* workers though shared memory.
|
* workers through shared memory.
|
||||||
*/
|
*/
|
||||||
typedef struct SerializedTransactionState
|
typedef struct SerializedTransactionState
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user