Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7e69323

Browse files
committed
Fix typo.
Author: Masahiko Sawada
1 parent 46bcd2a commit 7e69323

File tree

1 file changed

+1
-1
lines changed
  • src/backend/access/transam

1 file changed

+1
-1
lines changed

src/backend/access/transam/xact.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ typedef TransactionStateData *TransactionState;
198198

199199
/*
200200
* Serialized representation used to transmit transaction state to parallel
201-
* workers though shared memory.
201+
* workers through shared memory.
202202
*/
203203
typedef struct SerializedTransactionState
204204
{

0 commit comments

Comments
 (0)