mirror of
https://github.com/postgres/postgres.git
synced 2025-11-12 05:01:15 +03:00
Post-feature-freeze pgindent run.
Discussion: https://postgr.es/m/15719.1523984266@sss.pgh.pa.us
This commit is contained in:
@@ -53,7 +53,7 @@ spgvalidate(Oid opclassoid)
|
||||
OpFamilyOpFuncGroup *opclassgroup;
|
||||
int i;
|
||||
ListCell *lc;
|
||||
spgConfigIn configIn;
|
||||
spgConfigIn configIn;
|
||||
spgConfigOut configOut;
|
||||
Oid configOutLefttype = InvalidOid;
|
||||
Oid configOutRighttype = InvalidOid;
|
||||
@@ -119,9 +119,9 @@ spgvalidate(Oid opclassoid)
|
||||
configOutRighttype = procform->amprocrighttype;
|
||||
|
||||
/*
|
||||
* When leaf and attribute types are the same, compress function
|
||||
* is not required and we set corresponding bit in functionset
|
||||
* for later group consistency check.
|
||||
* When leaf and attribute types are the same, compress
|
||||
* function is not required and we set corresponding bit in
|
||||
* functionset for later group consistency check.
|
||||
*/
|
||||
if (!OidIsValid(configOut.leafType) ||
|
||||
configOut.leafType == configIn.attType)
|
||||
|
||||
Reference in New Issue
Block a user