Menu

#29 Postgresql pp-106.1

Database
open
nobody
5
2006-09-18
2006-09-18
Anonymous
No

Hi,

small bug is cgi_raw_report.c with --with-db=postgresql

cgi_raw_report.c: In function ‘displayRawHistorySummary’:
cgi_raw_report.c:592: error: ‘numberOfRows’ undeclared
(first use in this function)
cgi_raw_report.c:592: error: (Each undeclared
identifier is reported only once
cgi_raw_report.c:592: error: for each function it
appears in.)

please upgrade

void displayRawHistorySummary()
{
.
.
.
# line cca 444

#ifdef USE_DB_POSTGRESQL
int numberOfRows;
#endif
.
.
.
}

Martin Jina (xxmarv@gmail.com)

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.