mirror of
https://github.com/postgres/postgres.git
synced 2025-06-14 18:42:34 +03:00
pgindent run for 9.0
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/backend/parser/parse_oper.c,v 1.112 2010/02/14 18:42:15 rhaas Exp $
|
||||
* $PostgreSQL: pgsql/src/backend/parser/parse_oper.c,v 1.113 2010/02/26 02:00:52 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -229,11 +229,12 @@ get_sort_group_operators(Oid argtype,
|
||||
lt_opr = gt_opr = InvalidOid;
|
||||
}
|
||||
#else
|
||||
|
||||
/*
|
||||
* ... but for the moment we have to do this. This is because
|
||||
* anyarray has sorting but not hashing support. So, if the
|
||||
* element type is only hashable, there is nothing we can do
|
||||
* with the array type.
|
||||
* element type is only hashable, there is nothing we can do with
|
||||
* the array type.
|
||||
*/
|
||||
if (!OidIsValid(typentry->lt_opr) ||
|
||||
!OidIsValid(typentry->eq_opr) ||
|
||||
|
Reference in New Issue
Block a user