Group: pgsql.patches


Subject: GSS warnings
From: tgl@sss.pgh.pa.us (Tom Lane)
Date: 9/5/2007 11:24:47 AM
Kris Jurka <books@ejurka.com> writes: > Parts of the GSS API want the object while others want pointers to the > object and it looks like this code got it backwards. I haven't tested > these changes, but they look right to me. Wouldn't the code fail entirely if it was wrong in that way? 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