mirror of
https://github.com/postgres/postgres.git
synced 2025-11-04 20:11:56 +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 */
|
||||
|
||||
Reference in New Issue
Block a user