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

Commit0490934

Browse files
committed
Call tupesort_free as tuplesort_end before version 13
It was times when there were no tuplesort_free() at all
1 parent87a2880 commit0490934

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎src/rumsort.c‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,11 @@ rum_tuplesort_begin_rumitem(int workMem, FmgrInfo *cmp)
354354
void
355355
rum_tuplesort_end(RumTuplesortstate*state)
356356
{
357+
#ifPG_VERSION_NUM >=130000
357358
tuplesort_free(state);
359+
#else
360+
tuplesort_end(state);
361+
#endif
358362
}
359363

360364
/*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp