Re: don't create storage when unnecessary
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Alvaro Herrera <alvherre@2ndquadrant.com>
Cc: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>, Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>, Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp>, pgsql-hackers@lists.postgresql.org
Date: 2019-01-04T12:52:52Z
Lists: pgsql-hackers
On Fri, Jan 04, 2019 at 09:19:25AM -0300, Alvaro Herrera wrote: > I'll do it. Thanks for taking care of it. Please note that commands/copy.c also makes use of RELKIND_CAN_HAVE_STORAGE() as of bf491a9. Could you split the renaming with a commit independent on what is being discussed on this thread? These are separate issues in my opinion. -- Michael
Commits
-
Don't create relfilenode for relations without storage
- 807ae415c546 12.0 landed
-
Rename macro to RELKIND_HAS_STORAGE
- df5be63763f8 12.0 landed