mirror of
https://github.com/postgres/postgres.git
synced 2025-06-14 18:42:34 +03:00
Renaming cleanup, no pgindent yet.
This commit is contained in:
@ -72,7 +72,7 @@ gistbeginscan(Relation r,
|
||||
s = RelationGetIndexScan(r, fromEnd, nkeys, key);
|
||||
gistregscan(s);
|
||||
|
||||
return (s);
|
||||
return s;
|
||||
}
|
||||
|
||||
void
|
||||
|
Reference in New Issue
Block a user