Re: Make more use of RELKIND_HAS_STORAGE()

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Make more use of RELKIND_HAS_STORAGE()
Date: 2020-06-05 16:05:07
Message-ID: 1503943.1591373107@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alexey Bashtanov 2020-06-05 16:08:02 Improve planner cost estimations for alternative subplans
Previous Message Alvaro Herrera 2020-06-05 15:51:48 Re: SIGSEGV from START_REPLICATION 0/XXXXXXX in XLogSendPhysical () at walsender.c:2762