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:44:55 +0530 |
commit | 23d0dfa8fa016f7f8af25b1040d7a55ba77da6fc (patch) | |
tree | 64c6dcd3044b53b35aa68f0396f75dd9effc5d2d /src | |
parent | 7689d907bbb177fa2a8f5aca3f968761dd16bf28 (diff) | |
download | postgresql-23d0dfa8fa016f7f8af25b1040d7a55ba77da6fc.tar.gz postgresql-23d0dfa8fa016f7f8af25b1040d7a55ba77da6fc.zip |
Fix typo.
Reported-by: Antonin Houska
Author: Antonin Houska
Backpatch-through: 11, where it was introduced
Discussion: https://postgr.es/m/2246.1578900133@antos
Diffstat (limited to 'src')
-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 ac552105b9b..4c1f6ffd405 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 |