mirror of
https://github.com/postgres/postgres.git
synced 2025-07-08 11:42:09 +03:00
Fix spelling errors and typos in comments
Author: Daniel Gustafsson <daniel@yesql.se>
This commit is contained in:
2
src/backend/utils/cache/attoptcache.c
vendored
2
src/backend/utils/cache/attoptcache.c
vendored
@ -24,7 +24,7 @@
|
||||
#include "utils/syscache.h"
|
||||
|
||||
|
||||
/* Hash table for informations about each attribute's options */
|
||||
/* Hash table for information about each attribute's options */
|
||||
static HTAB *AttoptCacheHash = NULL;
|
||||
|
||||
/* attrelid and attnum form the lookup key, and must appear first */
|
||||
|
2
src/backend/utils/cache/relfilenodemap.c
vendored
2
src/backend/utils/cache/relfilenodemap.c
vendored
@ -29,7 +29,7 @@
|
||||
#include "utils/relfilenodemap.h"
|
||||
#include "utils/relmapper.h"
|
||||
|
||||
/* Hash table for informations about each relfilenode <-> oid pair */
|
||||
/* Hash table for information about each relfilenode <-> oid pair */
|
||||
static HTAB *RelfilenodeMapHash = NULL;
|
||||
|
||||
/* built first time through in InitializeRelfilenodeMap */
|
||||
|
2
src/backend/utils/cache/typcache.c
vendored
2
src/backend/utils/cache/typcache.c
vendored
@ -1869,7 +1869,7 @@ assign_record_type_identifier(Oid type_id, int32 typmod)
|
||||
}
|
||||
|
||||
/*
|
||||
* Return the amout of shmem required to hold a SharedRecordTypmodRegistry.
|
||||
* Return the amount of shmem required to hold a SharedRecordTypmodRegistry.
|
||||
* This exists only to avoid exposing private innards of
|
||||
* SharedRecordTypmodRegistry in a header.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user