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

Commitc2bb287

Browse files
committed
Fix new GIST build code to work under CLOBBER_CACHE_ALWAYS.
Can't say if this fixes *all* cases, but at least we get throughthe "point" regression test now, which hyrax's last run did not.Report:https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=hyrax&dt=2020-09-19%2021%3A27%3A23
1 parent3d13867 commitc2bb287

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎src/backend/access/gist/gistbuild.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,7 @@ gist_indexsortbuild(GISTBuildState *state)
408408
* replaced with the real root page at the end.
409409
*/
410410
page=palloc0(BLCKSZ);
411+
RelationOpenSmgr(state->indexrel);
411412
smgrextend(state->indexrel->rd_smgr,MAIN_FORKNUM,GIST_ROOT_BLKNO,
412413
page, true);
413414
state->pages_allocated++;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp