projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7689d90
)
Fix typo.
author
Amit Kapila
<akapila@postgresql.org>
Mon, 13 Jan 2020 09:14:55 +0000
(14:44 +0530)
committer
Amit Kapila
<akapila@postgresql.org>
Mon, 13 Jan 2020 09:14:55 +0000
(14:44 +0530)
Reported-by: Antonin Houska
Author: Antonin Houska
Backpatch-through: 11, where it was introduced
Discussion: https://postgr.es/m/2246.
1578900133
@antos
src/include/access/session.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/access/session.h
b/src/include/access/session.h
index ac552105b9b43372b451ac1aa3281cac0c0a044c..4c1f6ffd405df85c4b76f1cc9192c970b8867fda 100644
(file)
--- a/
src/include/access/session.h
+++ b/
src/include/access/session.h
@@
-19,7
+19,7
@@
struct SharedRecordTypmodRegistry;
/*
* A struct encapsulating some elements of a user's session. For now this
- * manages state that applies to parallel query, but i
t
principle it could
+ * manages state that applies to parallel query, but i
n
principle it could
* include other things that are currently global variables.
*/
typedef struct Session