mirror of
https://github.com/postgres/postgres.git
synced 2025-06-14 18:42:34 +03:00
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.
This commit is contained in:
@ -3937,7 +3937,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
|
||||
</row>
|
||||
<row>
|
||||
<entry><structfield>cluster_index_relid</structfield></entry>
|
||||
<entry><type>bigint</type></entry>
|
||||
<entry><type>oid</type></entry>
|
||||
<entry>
|
||||
If the table is being scanned using an index, this is the OID of the
|
||||
index being used; otherwise, it is zero.
|
||||
|
Reference in New Issue
Block a user