mirror of
https://github.com/postgres/postgres.git
synced 2025-09-11 00:12:06 +03:00
Minor cleanups
This commit is contained in:
@@ -47,8 +47,10 @@ g_int_consistent(PG_FUNCTION_ARGS)
|
||||
|
||||
/* sort query for fast search, key is already sorted */
|
||||
CHECKARRVALID(query);
|
||||
if (ARRISVOID(query))
|
||||
if (ARRISVOID(query)) {
|
||||
pfree( query );
|
||||
PG_RETURN_BOOL(false);
|
||||
}
|
||||
PREPAREARR(query);
|
||||
|
||||
switch (strategy)
|
||||
|
Reference in New Issue
Block a user