Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit80ddd04

Browse files
committed
Fix whitespace
1 parent59efda3 commit80ddd04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎src/backend/utils/sort/tuplesort.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1140,7 +1140,7 @@ tuplesort_putheaptuple(Tuplesortstate *state, HeapTuple tup)
11401140
void
11411141
tuplesort_putindextuplevalues(Tuplesortstate*state,Relationrel,
11421142
ItemPointerself,Datum*values,
1143-
bool*isnull)
1143+
bool*isnull)
11441144
{
11451145
MemoryContextoldcontext=MemoryContextSwitchTo(state->sortcontext);
11461146
SortTuplestup;

‎src/include/access/hash.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ typedef struct HSpool HSpool;/* opaque struct in hashsort.c */
337337
externHSpool*_h_spoolinit(Relationheap,Relationindex,uint32num_buckets);
338338
externvoid_h_spooldestroy(HSpool*hspool);
339339
externvoid_h_spool(HSpool*hspool,ItemPointerself,
340-
Datum*values,bool*isnull);
340+
Datum*values,bool*isnull);
341341
externvoid_h_indexbuild(HSpool*hspool);
342342

343343
/* hashutil.c */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp