Skip to content

Commit

Permalink
fxi
Browse files Browse the repository at this point in the history
  • Loading branch information
reshke committed Dec 19, 2024
1 parent 7d6fe0e commit 707bd6b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/backend/catalog/heap.c
Original file line number Diff line number Diff line change
Expand Up @@ -1420,6 +1420,8 @@ heap_create_with_catalog(const char *relname,
int safefswritesize = gp_safefswritesize;
char *relarrayname = NULL;

fasttab_set_relpersistence_hint(relpersistence);

pg_class_desc = heap_open(RelationRelationId, RowExclusiveLock);

/*
Expand Down Expand Up @@ -1922,6 +1924,8 @@ heap_create_with_catalog(const char *relname,
heap_close(new_rel_desc, NoLock); /* do not unlock till end of xact */
heap_close(pg_class_desc, RowExclusiveLock);

fasttab_clear_relpersistence_hint();

return relid;
}

Expand Down

0 comments on commit 707bd6b

Please sign in to comment.