"Heikki Linnakangas" <[EMAIL PROTECTED]> writes:
> Compiling contrib/uuid-ossp on my Debian laptop failed, because
> apparently on Debian the uuid.h header is installed as ossp/uuid.h.
> Attached is a patch that adds some autoconf magic to deal with that.
Applied, thanks.
BTW, src/include/pg_config.h.in is a derived file (cf. autoheader);
so there's no need to include it in a patch, any more than the configure
script. It's probably a good idea to remind the committer to run
autoheader, though.
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