Skip to content

Commit 5c44884

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 parent d4116a7 commit 5c44884

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 to dsa_handle")));
518+
errmsg("could not attach to dynamic 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 to dsa_area")));
1322+
errmsg("could not attach to dynamic shared area")));
13231323
}
13241324
++control->refcnt;
13251325
LWLockRelease(DSA_AREA_LOCK(area));

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy