mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Fix typo in comment
Arthur Zakirov, confirmed by Thomas Munro
This commit is contained in:
2
src/backend/utils/cache/typcache.c
vendored
2
src/backend/utils/cache/typcache.c
vendored
@ -198,7 +198,7 @@ typedef struct SharedTypmodTableEntry
|
||||
} SharedTypmodTableEntry;
|
||||
|
||||
/*
|
||||
* A comparator function for SharedTupleDescTableKey.
|
||||
* A comparator function for SharedRecordTableKey.
|
||||
*/
|
||||
static int
|
||||
shared_record_table_compare(const void *a, const void *b, size_t size,
|
||||
|
Reference in New Issue
Block a user