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

Commit436223d

Browse files
author
Nikita Glukhov
committed
fixup! Add jsonbc dictionary background workers
1 parent760780b commit436223d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/utils/adt/jsonbc_dict_worker.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ jsonbcDictWorkerStart(Oid dbid)
252252
InitSharedLatch(&wrk->backendLatch);
253253
}
254254

255-
elog(INFO,"starting jsonbc dictionary background worker for DB %d",dbid);
255+
elog(DEBUG1,"starting jsonbc dictionary background worker for DB %d",dbid);
256256

257257
/* We might be running in a short-lived memory context. */
258258
oldcontext=MemoryContextSwitchTo(TopTransactionContext);
@@ -357,7 +357,7 @@ jsonbcDictWorkerGetIdByName(JsonbcDictId dict, JsonbcKeyName key,
357357

358358
result=wrk->response.id;
359359

360-
elog(INFO,"received response from jsonbc worker: %d",result);
360+
elog(DEBUG1,"received response from jsonbc worker: %d",result);
361361

362362
if (result==JsonbcInvalidKeyId)
363363
errmsg=jsonbcDictWorkerReceiveString(wrk->response.errmq,&errmsglen);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp