mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 20:28:21 +03:00
Fix many typos and inconsistencies
Author: Alexander Lakhin Discussion: https://postgr.es/m/af27d1b3-a128-9d62-46e0-88f424397f44@gmail.com
This commit is contained in:
@ -43,7 +43,7 @@ static int compare_val_int4(const void *a, const void *b);
|
||||
*
|
||||
* The default array selectivity operators for the @>, && and @< operators
|
||||
* work fine for integer arrays. However, if we tried to just use arraycontsel
|
||||
* and arracontjoinsel directly as the cost estimator functions for our
|
||||
* and arraycontjoinsel directly as the cost estimator functions for our
|
||||
* operators, they would not work as intended, because they look at the
|
||||
* operator's OID. Our operators behave exactly like the built-in anyarray
|
||||
* versions, but we must tell the cost estimator functions which built-in
|
||||
|
Reference in New Issue
Block a user