Re: Make more use of RELKIND_HAS_STORAGE()
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2020-06-05T16:05:07Z
Lists: pgsql-hackers
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. regards, tom lane
Commits
-
Make more use of RELKIND_HAS_STORAGE()
- ffd2582297b8 14.0 landed