pgsql: Cast pg_stat_progress_cluster.cluster_index_relid to oid

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Cast pg_stat_progress_cluster.cluster_index_relid to oid
Date: 2019-04-07 08:48:06
Message-ID: E1hD3TC-0006xE-LR@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Cast pg_stat_progress_cluster.cluster_index_relid to oid

It's tracked internally as bigint, but when presented to the user it
should be oid.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/106f2eb664bbd38c83090becff9fcde1e9622c9c

Modified Files
--------------
doc/src/sgml/monitoring.sgml | 2 +-
src/backend/catalog/system_views.sql | 2 +-
src/include/catalog/catversion.h | 2 +-
src/test/regress/expected/rules.out | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2019-04-07 10:39:01 pgsql: Report progress of REINDEX operations
Previous Message Tom Lane 2019-04-06 21:54:34 pgsql: Avoid Python memory leaks in hstore_plpython and jsonb_plpython.