Re: [COMMITTERS] pgsql: Make configuration parameters fall back to their default values - Mailing list pgsql-hackers

"Tom Lane" <[email protected]> writes:

> [email protected] (Peter Eisentraut) writes:
>> Make configuration parameters fall back to their default values when they
>> are removed from the configuration file.
>
> It appears that this patch has broken custom GUC variables; at the very
> least it's broken plperl.

Huh, it occurs to me that I haven't seen any plperl regression tests fly by
when I've been running regression tests myself. What do I have to do to test
if plperl, plpython, etc work with the packed varlena patch?

--  Gregory Stark EnterpriseDB          http://www.enterprisedb.com


pgsql-hackers by date:

Previous
From: Gregory Stark
Date:
Subject: Re: My honours project - databases using dynamically attached entity-properties
Next
From: Tom Lane
Date:
Subject: Re: Inconsistent behavior on select * from void_function()?