mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-07 19:47:50 +08:00
Fix whitespace
This commit is contained in:
parent
59efda3e50
commit
80ddd04b4d
@ -1140,7 +1140,7 @@ tuplesort_putheaptuple(Tuplesortstate *state, HeapTuple tup)
|
||||
void
|
||||
tuplesort_putindextuplevalues(Tuplesortstate *state, Relation rel,
|
||||
ItemPointer self, Datum *values,
|
||||
bool *isnull)
|
||||
bool *isnull)
|
||||
{
|
||||
MemoryContext oldcontext = MemoryContextSwitchTo(state->sortcontext);
|
||||
SortTuple stup;
|
||||
|
@ -337,7 +337,7 @@ typedef struct HSpool HSpool; /* opaque struct in hashsort.c */
|
||||
extern HSpool *_h_spoolinit(Relation heap, Relation index, uint32 num_buckets);
|
||||
extern void _h_spooldestroy(HSpool *hspool);
|
||||
extern void _h_spool(HSpool *hspool, ItemPointer self,
|
||||
Datum *values, bool *isnull);
|
||||
Datum *values, bool *isnull);
|
||||
extern void _h_indexbuild(HSpool *hspool);
|
||||
|
||||
/* hashutil.c */
|
||||
|
Loading…
Reference in New Issue
Block a user