BUG #5508: wrong type of argument
Started by KOIZUMI Satorualmost 16 years ago2 messagesbugs
The following bug has been logged online:
Bug reference: 5508
Logged by: KOIZUMI Satoru
Email address: koizumistr@minos.ocn.ne.jp
PostgreSQL version: 9.0beta2
Operating system: MacOS X
Description: wrong type of argument
Details:
At 31.17.5. SSL library initialization of PostgreSQL 9.0beta2 Documentation,
the type of the second argument of PQinitOpenSSL is "init". Correct type
would be "int".
Re: BUG #5508: wrong type of argument
"KOIZUMI Satoru" <koizumistr@minos.ocn.ne.jp> writes:
At 31.17.5. SSL library initialization of PostgreSQL 9.0beta2 Documentation,
the type of the second argument of PQinitOpenSSL is "init". Correct type
would be "int".
Yeah, you're right, will fix. Thanks for the report!
regards, tom lane