make check for PLs

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: make check for PLs
Date: 2011-02-13 12:35:36
Message-ID: 1297600536.6286.8.camel@vanquo.pezone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Here is a patch that implements make check support for the PLs and a
make check-world target.

I found the lack of this quite annoying while reviewing the load of
PL/Python patches. There did not appear to be a reason why it wasn't
done before.

Support for make check in contrib would also be nice, but it's currently
not possible without a way to teach pg_regress to install the respective
module's shared library.

Attachment Content-Type Size
make-check-world.patch text/x-patch 9.3 KB

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2011-02-13 12:52:28 psql -l doesn't process psqlrc
Previous Message Dimitri Fontaine 2011-02-13 11:56:03 Re: Debian readline/libedit breakage