Content-Length: 274942 | pFad | http://github.com/postgrespro/postgres/commit/5c4488478b182983f290a61fc8cf2ec83548622b

FB Use English, instead of internal names, for translatable messages. · postgrespro/postgres@5c44884 · GitHub
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)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/5c4488478b182983f290a61fc8cf2ec83548622b

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy