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

Commit046c8c5

Browse files
committed
Reword error messages for consistency
1 parentac1e974 commit046c8c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/replication/logical/applyparallelworker.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -890,13 +890,13 @@ ParallelApplyWorkerMain(Datum main_arg)
890890
if (!seg)
891891
ereport(ERROR,
892892
(errcode(ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE),
893-
errmsg("unable to map dynamic shared memory segment")));
893+
errmsg("could not map dynamic shared memory segment")));
894894

895895
toc=shm_toc_attach(PG_LOGICAL_APPLY_SHM_MAGIC,dsm_segment_address(seg));
896896
if (!toc)
897897
ereport(ERROR,
898898
(errcode(ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE),
899-
errmsg("bad magic number in dynamic shared memory segment")));
899+
errmsg("invalid magic number in dynamic shared memory segment")));
900900

901901
/* Look up the shared information. */
902902
shared=shm_toc_lookup(toc,PARALLEL_APPLY_KEY_SHARED, false);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp