Re: [HACKERS] how solve diff of API counstruct_md_array between - Mailing list pgsql-patches

From Tom Lane
Subject Re: [HACKERS] how solve diff of API counstruct_md_array between
Date
Msg-id 16386.1141147846@sss.pgh.pa.us
Whole thread Raw
In response to Re: [HACKERS] how solve diff of API counstruct_md_array between  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: [HACKERS] how solve diff of API counstruct_md_array between  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
Peter Eisentraut <peter_e@gmx.net> writes:
> Bruce Momjian wrote:
>> OK, updated version of the patch attached and applied.

> I still object to this.  What is wrong with using the catalog version
> number?

It's partially redundant, but only partially, and I agree that it'll
probably be easier for people to use than the catversion number.

The case where it's not redundant would be if an add-on needs to deal
with an internal API change made in a sub-release, e.g. 8.1.4, where
the catversion number is not going to change.  We've certainly done that
before and will do so again, when there's no other way to fix a bug.

            regards, tom lane

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] how solve diff of API counstruct_md_array between
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] how solve diff of API counstruct_md_array between