diff options
author | Amit Kapila <akapila@postgresql.org> | 2020-01-13 14:44:55 +0530 |
---|---|---|
committer | Amit Kapila <akapila@postgresql.org> | 2020-01-13 15:02:37 +0530 |
commit | dea88c9be27813894081d14a8160c7d2196f4415 (patch) | |
tree | 6e41fcc69d3e683341859fb3038acfa4375781e5 /src | |
parent | 5832be6ca4d7d408dcda3746db378c524aef7b87 (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
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 37971c1c667..95481cbf72f 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 |