mirror of
https://github.com/postgres/postgres.git
synced 2025-06-14 18:42:34 +03:00
pgindent run.
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
#include "btree_gist.h"
|
||||
|
||||
PG_FUNCTION_INFO_V1(btree_decompress);
|
||||
Datum btree_decompress(PG_FUNCTION_ARGS);
|
||||
Datum btree_decompress(PG_FUNCTION_ARGS);
|
||||
|
||||
/*
|
||||
** GiST DeCompress methods
|
||||
|
@ -23,4 +23,3 @@ typedef struct rix
|
||||
|
||||
extern GIST_SPLITVEC *btree_picksplit(bytea *entryvec, GIST_SPLITVEC *v,
|
||||
BINARY_UNION bu, CMPFUNC cmp);
|
||||
|
||||
|
Reference in New Issue
Block a user