diff options
Diffstat (limited to 'src/pl/plpython/Makefile')
| -rw-r--r-- | src/pl/plpython/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pl/plpython/Makefile b/src/pl/plpython/Makefile index 77d66657e1d..11cd5a8811e 100644 --- a/src/pl/plpython/Makefile +++ b/src/pl/plpython/Makefile @@ -1,4 +1,4 @@ -# $PostgreSQL: pgsql/src/pl/plpython/Makefile,v 1.33 2009/08/12 16:37:25 petere Exp $ +# $PostgreSQL: pgsql/src/pl/plpython/Makefile,v 1.34 2009/08/14 13:42:16 petere Exp $ subdir = src/pl/plpython top_builddir = ../../.. @@ -70,6 +70,7 @@ REGRESS = \ plpython_setof \ plpython_record \ plpython_trigger \ + plpython_types \ plpython_error \ plpython_unicode \ plpython_drop |
