mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +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:
@ -682,8 +682,8 @@ hstore_slice_to_hstore(PG_FUNCTION_ARGS)
|
||||
}
|
||||
|
||||
/*
|
||||
* we don't use uniquePairs here because we know that the pairs list is
|
||||
* already sorted and uniq'ed.
|
||||
* we don't use hstoreUniquePairs here because we know that the pairs list
|
||||
* is already sorted and uniq'ed.
|
||||
*/
|
||||
|
||||
out = hstorePairs(out_pairs, out_count, bufsiz);
|
||||
|
Reference in New Issue
Block a user