latest plperl

From: "Andrew Dunstan" <andrew(at)dunslane(dot)net>
To: <pgsql-patches(at)postgresql(dot)org>
Subject: latest plperl
Date: 2004-06-30 20:19:07
Message-ID: 44165.24.211.141.25.1088626747.squirrel@www.dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

The attached patch (and 2 new files incorporating previous eloglvl.[ch] as
before) has the following changes over previously sent patch
(fixes all by me):

- fix null <-> undef mappings
- fix GNUmakefile to honor rpath configuration, and remove ugly compile
arnings due to inappropriate use of rpath in CFLAGS
- very minor code comment cleanup

The feature set is as previously advised.

There are no outstanding issues I am aware of.

The previously advised limitation on representation of arrays and embedded
composites remains, at least for now.

We have started work on a doc set.

cheers

andrew

Attachment Content-Type Size
plperl.patch application/octet-stream 26.2 KB
spi_internal.c text/x-c 3.5 KB
spi_internal.h text/x-c-header 237 bytes

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Gavin Sherry 2004-06-30 21:29:18 Re: Updated ALTER TABLE ... SET TABLESPACE patch
Previous Message Joe Conway 2004-06-30 19:10:40 contrib/fuzzystrmatch updates