1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-04 20:11:56 +03:00

Fix misc typos in comments.

Spotted mostly by Fabien Coelho.

Discussion: https://www.postgresql.org/message-id/alpine.DEB.2.21.1901230947050.16643@lancre
This commit is contained in:
Heikki Linnakangas
2019-01-23 13:39:00 +02:00
parent 1699e6dd1f
commit 95931133a9
15 changed files with 16 additions and 16 deletions

View File

@@ -151,7 +151,7 @@ typedef struct RecordCacheEntry
/*
* To deal with non-anonymous record types that are exchanged by backends
* involved in a parallel query, we also need a shared verion of the above.
* involved in a parallel query, we also need a shared version of the above.
*/
struct SharedRecordTypmodRegistry
{