diff options
author | Amit Kapila <akapila@postgresql.org> | 2020-01-13 14:44:55 +0530 |
---|---|---|
committer | Amit Kapila <akapila@postgresql.org> | 2020-01-13 14:52:59 +0530 |
commit | 52bc730381420a8fd9a92e633e217c8ca8c3a54b (patch) | |
tree | b1edbe0c6232b6983ee17f7c6ce1c69e135bbe12 | |
parent | 70c17a81278c7d727ae5096fbb561bdd58eaadd0 (diff) |
Fix typo.
Reported-by: Antonin Houska
Author: Antonin Houska
Backpatch-through: 11, where it was introduced
Discussion: https://postgr.es/m/2246.1578900133@antos
-rw-r--r-- | src/include/access/session.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/access/session.h b/src/include/access/session.h index 8fba5680299..ce69feada57 100644 --- 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 it principle it could + * manages state that applies to parallel query, but in principle it could * include other things that are currently global variables. */ typedef struct Session |