mirror of
https://github.com/postgres/postgres.git
synced 2025-11-22 12:22:45 +03:00
Fix typos in comments and in one isolation test.
Dagfinn Ilmari Mannsåker, reviewed by Shubham Khanna. Some subtractions by me. Discussion: http://postgr.es/m/87le9fmi01.fsf@wibble.ilmari.org
This commit is contained in:
@@ -2608,7 +2608,7 @@ range_contains_elem_internal(TypeCacheEntry *typcache, const RangeType *r, Datum
|
||||
* values into a range object. They are modeled after heaptuple.c's
|
||||
* heap_compute_data_size() and heap_fill_tuple(), but we need not handle
|
||||
* null values here. TYPE_IS_PACKABLE must test the same conditions as
|
||||
* heaptuple.c's ATT_IS_PACKABLE macro. See the comments thare for more
|
||||
* heaptuple.c's ATT_IS_PACKABLE macro. See the comments there for more
|
||||
* details.
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user