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

Commit5c44884

Browse files
committed
Use English, instead of internal names, for translatable messages.
Discussion:http://postgr.es/m/CA+Tgmobuz2C-YiQ87h8h0gECCV=F+SE=HBNaAU75rR5FEwtEhQ@mail.gmail.com
1 parentd4116a7 commit5c44884

File tree

1 file changed

+2
-2
lines changed
  • src/backend/utils/mmgr

1 file changed

+2
-2
lines changed

‎src/backend/utils/mmgr/dsa.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ dsa_attach(dsa_handle handle)
515515
if (segment==NULL)
516516
ereport(ERROR,
517517
(errcode(ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE),
518-
errmsg("could not attach todsa_handle")));
518+
errmsg("could not attach todynamic shared area")));
519519

520520
area=attach_internal(dsm_segment_address(segment),segment,handle);
521521

@@ -1319,7 +1319,7 @@ attach_internal(void *place, dsm_segment *segment, dsa_handle handle)
13191319
/* We can't attach to a DSA area that has already been destroyed. */
13201320
ereport(ERROR,
13211321
(errcode(ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE),
1322-
errmsg("could not attach todsa_area")));
1322+
errmsg("could not attach todynamic shared area")));
13231323
}
13241324
++control->refcnt;
13251325
LWLockRelease(DSA_AREA_LOCK(area));

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp