pgsql: Add BKI_DEFAULT to pg_class.relrewrite

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add BKI_DEFAULT to pg_class.relrewrite
Date: 2019-03-14 20:28:47
Message-ID: E1h4Wy7-0000lo-Ob@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add BKI_DEFAULT to pg_class.relrewrite

This column is always 0 on disk, so it doesn't have to be tracked
separately for each entry.

Branch
------
master

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

Modified Files
--------------
src/include/catalog/pg_class.dat | 24 ++++++++++++------------
src/include/catalog/pg_class.h | 2 +-
2 files changed, 13 insertions(+), 13 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2019-03-14 21:04:30 pgsql: Remove unused #include
Previous Message Tom Lane 2019-03-14 19:08:16 Re: pgsql: Add support for hyperbolic functions, as well as log10().