pgsql: Rename macro to RELKIND_HAS_STORAGE

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Rename macro to RELKIND_HAS_STORAGE
Date: 2019-01-04 17:42:22
Message-ID: E1gfTUE-0000DH-Rr@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Rename macro to RELKIND_HAS_STORAGE

The original name was an unfortunate choice.

Discussion: https://postgr.es/m/20181218.145600.172055615.horiguchi.kyotaro@lab.ntt.co.jp

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/df5be63763f82c5cd1b7f8af702b2e20f7d282aa

Modified Files
--------------
src/backend/commands/copy.c | 2 +-
src/backend/commands/tablecmds.c | 2 +-
src/include/catalog/pg_class.h | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2019-01-04 18:04:18 pgsql: Don't create relfilenode for relations without storage
Previous Message Tom Lane 2019-01-04 17:16:31 pgsql: Support plpgsql variable names that conflict with unreserved SQL