Re: Range Types (catversion.h)

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: "Erik Rijkers" <er@xs4all.nl>
Cc: "Jeff Davis" <pgsql@j-davis.com>, pgsql-hackers@postgresql.org
Date: 2011-02-10T17:04:19Z
Lists: pgsql-hackers
"Erik Rijkers" <er@xs4all.nl> writes:
> On Wed, February 9, 2011 09:35, Jeff Davis wrote:
>> Updated patch.

> I just wanted to mention that this latest patch doesn't quite apply as-is, because of catversion changes.

Just a note: standard practice is for submitted patches to *not* touch
catversion.h.  The committer will add that change before committing.
Otherwise, it's just guaranteed to cause merge problems such as this
one.  (It's not unreasonable to mention the need for a catversion bump
in the description of the patch, if you think the committer might not
realize it.)

			regards, tom lane