1
0
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:
Magnus Hagander
2018-03-29 11:42:32 +02:00
parent 056a5a3f63
commit 669820a3d9

View File

@ -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,