CVSROOT:	/cvsroot
Module name:	pgsql-server
Changes by:	tgl(at)svr1(dot)postgresql(dot)org	03/08/01 18:27:27
Modified files:
	src/interfaces/libpq: fe-connect.c libpq-int.h 
Log message:
	Code review for sslmode patch: eliminate memory leak, avoid giving a
	completely useless error message in 'allow' case, don't retry connection
	at the sendauth stage (by then the server will either let us in or not,
	no point in wasting cycles on another try in the other SSL state).