1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-06 19:59:18 +03:00

Fix typo.

Reported-by: Antonin Houska
Author: Antonin Houska
Backpatch-through: 11, where it was introduced
Discussion: https://postgr.es/m/2246.1578900133@antos
This commit is contained in:
Amit Kapila 2020-01-13 14:44:55 +05:30
parent 7689d907bb
commit 23d0dfa8fa

View File

@ -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