Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
89474cc3
Commit
89474cc3
authored
Jun 29, 2010
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Message tuning
parent
a3401bea
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
src/backend/libpq/auth.c
src/backend/libpq/auth.c
+2
-2
src/pl/plperl/plperl.c
src/pl/plperl/plperl.c
+2
-2
No files found.
src/backend/libpq/auth.c
View file @
89474cc3
...
...
@@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/libpq/auth.c,v 1.20
1 2010/05/26 20:47:13 tgl
Exp $
* $PostgreSQL: pgsql/src/backend/libpq/auth.c,v 1.20
2 2010/06/29 04:12:47 petere
Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -2506,7 +2506,7 @@ CheckCertAuth(Port *port)
strlen
(
port
->
peer_cn
)
<=
0
)
{
ereport
(
LOG
,
(
errmsg
(
"certificate authentication failed for user
\"
%s
\"
: client certificate contains no username"
,
(
errmsg
(
"certificate authentication failed for user
\"
%s
\"
: client certificate contains no user
name"
,
port
->
user_name
)));
return
STATUS_ERROR
;
}
...
...
src/pl/plperl/plperl.c
View file @
89474cc3
/**********************************************************************
* plperl.c - perl as a procedural language for PostgreSQL
*
* $PostgreSQL: pgsql/src/pl/plperl/plperl.c,v 1.17
7 2010/06/16 14:50:34 adunstan
Exp $
* $PostgreSQL: pgsql/src/pl/plperl/plperl.c,v 1.17
8 2010/06/29 04:12:47 petere
Exp $
*
**********************************************************************/
...
...
@@ -1316,7 +1316,7 @@ plperl_create_sub(plperl_proc_desc *prodesc, char *s, Oid fn_oid)
if
(
!
subref
)
ereport
(
ERROR
,
(
errmsg
(
"didn't get a CODE ref
from compiling %s
"
,
(
errmsg
(
"didn't get a CODE ref
erence from compiling function
\"
%s
\"
"
,
prodesc
->
proname
)));
prodesc
->
reference
=
subref
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment