|
cluster_index_relid
- bigint
+ oid
If the table is being scanned using an index, this is the OID of the
index being used; otherwise, it is zero.
WHEN 6 THEN 'rebuilding index'
WHEN 7 THEN 'performing final cleanup'
END AS phase,
- S.param3 AS cluster_index_relid,
+ CAST(S.param3 AS oid) AS cluster_index_relid,
S.param4 AS heap_tuples_scanned,
S.param5 AS heap_tuples_written,
S.param6 AS heap_blks_total,
*/
/* yyyymmddN */
-#define CATALOG_VERSION_NO 201904051
+#define CATALOG_VERSION_NO 201904071
#endif
WHEN 7 THEN 'performing final cleanup'::text
ELSE NULL::text
END AS phase,
- s.param3 AS cluster_index_relid,
+ (s.param3)::oid AS cluster_index_relid,
s.param4 AS heap_tuples_scanned,
s.param5 AS heap_tuples_written,
s.param6 AS heap_blks_total,