mirror of
https://github.com/postgres/postgres.git
synced 2025-10-22 14:32:25 +03:00
Post-PG 10 beta1 pgindent run
perltidy run not included.
This commit is contained in:
@@ -39,9 +39,9 @@ typedef struct BrinMemTuple
|
||||
BlockNumber bt_blkno; /* heap blkno that the tuple is for */
|
||||
MemoryContext bt_context; /* memcxt holding the bt_columns values */
|
||||
/* output arrays for brin_deform_tuple: */
|
||||
Datum *bt_values; /* values array */
|
||||
bool *bt_allnulls; /* allnulls array */
|
||||
bool *bt_hasnulls; /* hasnulls array */
|
||||
Datum *bt_values; /* values array */
|
||||
bool *bt_allnulls; /* allnulls array */
|
||||
bool *bt_hasnulls; /* hasnulls array */
|
||||
/* not an output array, but must be last */
|
||||
BrinValues bt_columns[FLEXIBLE_ARRAY_MEMBER];
|
||||
} BrinMemTuple;
|
||||
|
Reference in New Issue
Block a user