Re: Make more use of RELKIND_HAS_STORAGE()

Peter Eisentraut <peter.eisentraut@2ndquadrant.com>

From: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2020-06-12T07:16:04Z
Lists: pgsql-hackers
On 2020-06-05 18:05, Tom Lane wrote:
> Peter Eisentraut <peter.eisentraut@2ndquadrant.com> writes:
>> This is a patch to make use of RELKIND_HAS_STORAGE() where appropriate,
>> instead of listing out the relkinds individually.  No behavior change is
>> intended.
>> This was originally part of the patch from [0], but it seems worth
>> moving forward independently.
> 
> Passes eyeball examination.  I did not try to search for other places
> where RELKIND_HAS_STORAGE should be used.

committed

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



Commits

  1. Make more use of RELKIND_HAS_STORAGE()