mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
pgindent run for 9.5
This commit is contained in:
@ -595,10 +595,10 @@ inet_gist_decompress(PG_FUNCTION_ARGS)
|
||||
Datum
|
||||
inet_gist_fetch(PG_FUNCTION_ARGS)
|
||||
{
|
||||
GISTENTRY *entry = (GISTENTRY *) PG_GETARG_POINTER(0);
|
||||
GistInetKey *key = DatumGetInetKeyP(entry->key);
|
||||
GISTENTRY *retval;
|
||||
inet *dst;
|
||||
GISTENTRY *entry = (GISTENTRY *) PG_GETARG_POINTER(0);
|
||||
GistInetKey *key = DatumGetInetKeyP(entry->key);
|
||||
GISTENTRY *retval;
|
||||
inet *dst;
|
||||
|
||||
dst = (inet *) palloc0(sizeof(inet));
|
||||
|
||||
|
Reference in New Issue
Block a user