On Thu, Jun 15, 2017 at 10:17 AM, Tom Lane wrote:
> Robert Haas writes:
>> On Wed, Jun 14, 2017 at 4:30 PM, Tom Lane wrote:
>>> This really should have involved a catversion bump. But we just
>>> had one earlier today, so in practice it might not matter.
>
>> Oh, because of stored rules using t
Robert Haas writes:
> On Wed, Jun 14, 2017 at 4:30 PM, Tom Lane wrote:
>> This really should have involved a catversion bump. But we just
>> had one earlier today, so in practice it might not matter.
> Oh, because of stored rules using the old RangeTblEntry serialization
> format? Sorry, I tot
On Wed, Jun 14, 2017 at 4:30 PM, Tom Lane wrote:
> Robert Haas writes:
>> Fix problems related to RangeTblEntry members enrname and enrtuples.
>> Commit 18ce3a4ab22d2984f8540ab480979c851dae5338 failed to update
>> the comments in parsenodes.h for the new members, and made only
>> incomplete updat
Robert Haas writes:
> Fix problems related to RangeTblEntry members enrname and enrtuples.
> Commit 18ce3a4ab22d2984f8540ab480979c851dae5338 failed to update
> the comments in parsenodes.h for the new members, and made only
> incomplete updates to src/backend/nodes
This really should have involve
Fix problems related to RangeTblEntry members enrname and enrtuples.
Commit 18ce3a4ab22d2984f8540ab480979c851dae5338 failed to update
the comments in parsenodes.h for the new members, and made only
incomplete updates to src/backend/nodes
Thomas Munro, per a report from Noah Misch.
Discussion: ht