Joe Conway <[EMAIL PROTECTED]> writes: > I was looking through elog.h and noticed this at about line 36: > #define ERROR 20 /* user error - abort transaction; return > * to known state */ > #define ERROR 20 /* user error - abort transaction; return > * to known state */
Good catch. Looks like it snuck in here: http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/include/utils/elog.h.diff?r1=1.41&r2=1.42 regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match