1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-03 15:22:11 +03:00

Fix misc typos, mostly in comments.

A collection of typos I happened to spot while reading code, as well as
grepping for common mistakes.

Backpatch to all supported versions, as applicable, to avoid conflicts
when backporting other commits in the future.
This commit is contained in:
Heikki Linnakangas
2018-07-09 16:10:44 +03:00
parent 07f303ab60
commit 65976cd86a
25 changed files with 34 additions and 34 deletions

View File

@@ -218,7 +218,7 @@ typedef struct ForeignKeyCacheInfo
} ForeignKeyCacheInfo;
/*
* Options common for all all indexes
* Options common for all indexes
*/
typedef struct GenericIndexOpts
{