Marko Kreen wrote: > On 1/14/07, Magnus Hagander <[EMAIL PROTECTED]> wrote: > >Is there any reason why the check is "backwards" in pgcrypto compared to > >the rest of the system? All the other places check for HAVE_ZLIB from > >what I can tell. > > Eh, just an oversight from my part. I was so focused on Makefile > hacking so I forgot to check if there is already a define > somewhere. And its reverse to have less clutter in command-line > in default case. > > Attached patch replaces unnecessary DISABLE_ZLIB define in > pgcrypto with HAVE_LIBZ from core. Result is bit simpler > Makefile which is only good.
Applied. -- Alvaro Herrera http://www.CommandPrompt.com/ PostgreSQL Replication, Consulting, Custom Development, 24x7 support ---------------------------(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