mirror of
https://github.com/postgres/postgres.git
synced 2025-07-14 08:21:07 +03:00
pgindent run before PG 9.1 beta 1.
This commit is contained in:
@ -53,9 +53,9 @@ typedef struct TypeCacheEntry
|
||||
|
||||
/*
|
||||
* Pre-set-up fmgr call info for the equality operator, the btree
|
||||
* comparison function, and the hash calculation function. These are kept
|
||||
* comparison function, and the hash calculation function. These are kept
|
||||
* in the type cache to avoid problems with memory leaks in repeated calls
|
||||
* to array_eq, array_cmp, hash_array. There is not currently a need to
|
||||
* to array_eq, array_cmp, hash_array. There is not currently a need to
|
||||
* maintain call info for the lt_opr or gt_opr.
|
||||
*/
|
||||
FmgrInfo eq_opr_finfo;
|
||||
@ -70,7 +70,7 @@ typedef struct TypeCacheEntry
|
||||
TupleDesc tupDesc;
|
||||
|
||||
/*
|
||||
* Private information about an enum type. NULL if not enum or
|
||||
* Private information about an enum type. NULL if not enum or
|
||||
* information hasn't been requested.
|
||||
*/
|
||||
struct TypeCacheEnumData *enumData;
|
||||
|
Reference in New Issue
Block a user