mirror of
https://github.com/postgres/postgres.git
synced 2025-07-11 10:01:57 +03:00
Fix inconsistencies and typos in the tree, take 11
This fixes various typos in docs and comments, and removes some orphaned definitions. Author: Alexander Lakhin Discussion: https://postgr.es/m/5da8e325-c665-da95-21e0-c8a99ea61fbf@gmail.com
This commit is contained in:
@ -1997,7 +1997,7 @@ array_get_element_expanded(Datum arraydatum,
|
||||
|
||||
/*
|
||||
* array_get_slice :
|
||||
* This routine takes an array and a range of indices (upperIndex and
|
||||
* This routine takes an array and a range of indices (upperIndx and
|
||||
* lowerIndx), creates a new array structure for the referred elements
|
||||
* and returns a pointer to it.
|
||||
*
|
||||
|
Reference in New Issue
Block a user