Bugs
Search the entire project
This project's trackers
This project's forums
This project's tasks
This project's releases
This project's documents
This project's news
Project
People
Skill
Advanced search
Log In
|
New Account
Home
My Page
Projects
Code Snippets
Project Openings
Npgsql .Net Data Provider for Postgresql
Summary
Activity
Forums
Tracker
Lists
Tasks
Docs
Surveys
News
SCM
Files
[#1011023] Error thrown in postgres log
View Trackers
|
Bugs
|
Download .csv
|
Monitor
Date:
2011-04-27 12:45
Priority:
3
State:
Open
Submitted by:
Simen Radu (
radu103
)
Assigned to:
Nobody (None)
Npgsql Version:
2.0.11
Category:
Group:
Resolution:
None
Summary:
Error thrown in postgres log
Detailed description
For Postgres 8.3.7 with Npgsql 2.0.11 the floowing rows are flooding the postgres log:
ERROR: unrecognized configuration parameter "ssl_renegotiation_limit"
STATEMENT: SET ssl_renegotiation_limit=0
Before the this wans't happening
Followup
Message
Date: 2011-04-27 12:58
Sender:
Francisco Figueiredo jr.
Your postgresql doesn't have the patch to set ssl_renegotiation_limit. You can safely ignore this log message. It is simply that Npgsql is trying to set a parameter you server doesn't support.
You can upgrade to latest 8.3.x version which has this parameter setting and this log would go away.
Sorry for this problem.
Attached Files:
Changes:
No Changes Have Been Made to This Item