Re: pgsql: Added ECPGget_PGconn() function to ecpglib, courtesy of Mike

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Michael Meskes <meskes(at)postgresql(dot)org>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Added ECPGget_PGconn() function to ecpglib, courtesy of Mike
Date: 2008-03-21 14:30:18
Message-ID: 20454.1206109818@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Michael Meskes <meskes(at)postgresql(dot)org> writes:
> On Thu, Mar 20, 2008 at 04:36:15PM -0400, Tom Lane wrote:
>> This should absolutely *not* have been done in a stable release branch.

> I thought about this for a while before committing but failed to see
> where an additional function could harm the stable release. There is
> however an advantage, namely enabling aubit with PGSQL 8.3 again.
> Without this change it won't work with this release.

It's not the extra function that I object to so much as the library
version number bump. That's going to create problems for packagers.

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Meskes 2008-03-21 16:10:10 pgsql: Corrected version number.
Previous Message Bruce Momjian 2008-03-21 14:23:38 pgsql: Document that soft-mounting NFS is not recommended.