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

Commit89474cc

Browse files
committed
Message tuning
1 parenta3401be commit89474cc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎src/backend/libpq/auth.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/libpq/auth.c,v 1.201 2010/05/26 20:47:13 tgl Exp $
11+
* $PostgreSQL: pgsql/src/backend/libpq/auth.c,v 1.202 2010/06/29 04:12:47 petere Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -2506,7 +2506,7 @@ CheckCertAuth(Port *port)
25062506
strlen(port->peer_cn) <=0)
25072507
{
25082508
ereport(LOG,
2509-
(errmsg("certificate authentication failed for user \"%s\": client certificate contains nousername",
2509+
(errmsg("certificate authentication failed for user \"%s\": client certificate contains nouser name",
25102510
port->user_name)));
25112511
returnSTATUS_ERROR;
25122512
}

‎src/pl/plperl/plperl.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**********************************************************************
22
* plperl.c - perl as a procedural language for PostgreSQL
33
*
4-
* $PostgreSQL: pgsql/src/pl/plperl/plperl.c,v 1.177 2010/06/16 14:50:34 adunstan Exp $
4+
* $PostgreSQL: pgsql/src/pl/plperl/plperl.c,v 1.178 2010/06/29 04:12:47 petere Exp $
55
*
66
**********************************************************************/
77

@@ -1316,7 +1316,7 @@ plperl_create_sub(plperl_proc_desc *prodesc, char *s, Oid fn_oid)
13161316

13171317
if (!subref)
13181318
ereport(ERROR,
1319-
(errmsg("didn't get a CODEref from compiling%s",
1319+
(errmsg("didn't get a CODEreference from compilingfunction \"%s\"",
13201320
prodesc->proname)));
13211321

13221322
prodesc->reference=subref;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp