Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by tolian21

  1. tolian21

    PostgreSQL 7.2 memory leaks on Rad Hat 7.1

    The following program leaks memory, anybody knows why? void f(void * arg) { char * dbName ="xxxxxxx"; char * lanName = "goosexxx"; PGconn * conn = NULL; conn = PQsetdb( lanName, NULL, NULL...

Part and Inventory Search

Back
Top