projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46bcd2a
)
Fix typo.
author
Thomas Munro
<
[email protected]
>
Thu, 28 Mar 2019 21:03:58 +0000
(10:03 +1300)
committer
Thomas Munro
<
[email protected]
>
Thu, 28 Mar 2019 21:03:58 +0000
(10:03 +1300)
Author: Masahiko Sawada
src/backend/access/transam/xact.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/access/transam/xact.c
b/src/backend/access/transam/xact.c
index f8cc136bb514bc7e138f9a6d962a859cf1849549..e9ed92b70bb3eb91d8605709013b6b9a1a942913 100644
(file)
--- a/
src/backend/access/transam/xact.c
+++ b/
src/backend/access/transam/xact.c
@@
-198,7
+198,7
@@
typedef TransactionStateData *TransactionState;
/*
* Serialized representation used to transmit transaction state to parallel
- * workers though shared memory.
+ * workers th
r
ough shared memory.
*/
typedef struct SerializedTransactionState
{