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

Commit89c5b23

Browse files
committed
fix cache names (for debug)
1 parentecdf3dd commit89c5b23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/init.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ init_local_cache(void)
351351
ctl.entrysize=sizeof(PartRelationInfo);
352352
ctl.hcxt=PathmanRelationCacheContext;
353353

354-
partitioned_rels=hash_create("pg_pathman'spartitioned relations cache",
354+
partitioned_rels=hash_create("pg_pathman'spartition dispatch cache",
355355
PART_RELS_SIZE,&ctl,
356356
HASH_ELEM |HASH_BLOBS |HASH_CONTEXT);
357357

@@ -369,7 +369,7 @@ init_local_cache(void)
369369
ctl.entrysize=sizeof(PartBoundInfo);
370370
ctl.hcxt=PathmanBoundCacheContext;
371371

372-
bound_cache=hash_create("pg_pathman's partitionconstraints cache",
372+
bound_cache=hash_create("pg_pathman's partitionbounds cache",
373373
PART_RELS_SIZE*CHILD_FACTOR,&ctl,
374374
HASH_ELEM |HASH_BLOBS |HASH_CONTEXT);
375375
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp