Re: [PORTS] PostgreSQL and Kerberos 5 on Solaris

Tom Lane <[email protected]> Sun, 02 Jul 2006 23:39:13 -0400
Newsgroups gmane.comp.db.postgresql.ports
Message-ID <[email protected]>
James Gates <[email protected]> writes:
> Does anyone know why the check for krb5_encrypt() exists in configure 
> when the code doesn't use it?

At the time it was chosen, it was probably a reasonable choice of
function to probe for to make sure Kerberos libraries are present.
Do you have a better suggestion?

			regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
       choose an index scan if your joining column's datatypes do not
       match