On 07/05 16.39, Bjorn Munch wrote: > I have prepared a webrev: > > http://cr.opensolaris.org/~bjornmu/pqxx-webrev/
I have a comment on my own. :-) A side effect of adding this into the existing PostgreSQL packages shows itself when I build PG manually: The protofix command executed at install in the Makefile gives lots of warnings because the files built by libpqxx haven't been installed yet. The make isn't flagged as failed so nightly isn't affected, but it's irritating when building manually (which I expect I and others will need to do many times in the future :-) So, I would probably want to add a grep -v or something to filter this out from the cmd/postgres/postgres-8.3/Makefile.sfw. - Bjorn