pgsql: Remove PROC_IN_ANALYZE and derived flags

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove PROC_IN_ANALYZE and derived flags
Date: 2020-08-07 21:32:32
Message-ID: E1k49ya-0004qF-BR@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove PROC_IN_ANALYZE and derived flags

These flags are unused and always have been.

Discussion: https://postgr.es/m/20200805235549.GA8118@alvherre.pgsql

Branch
------
master

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

Modified Files
--------------
src/backend/commands/analyze.c | 13 +------------
src/include/storage/proc.h | 3 +--
src/include/storage/procarray.h | 7 -------
3 files changed, 2 insertions(+), 21 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2020-08-07 22:28:26 pgsql: Make nbtree split REDO locking match original execution.
Previous Message Peter Eisentraut 2020-08-07 19:20:12 pgsql: Add list of acknowledgments to release notes