Re: [Patch] New pg_stat_tablespace view

From: Zsolt Parragi <zsolt(dot)parragi(at)percona(dot)com>
To: shihao zhong <zhong950419(at)gmail(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [Patch] New pg_stat_tablespace view
Date: 2026-03-24 06:12:01
Message-ID: CAN4CZFMnacYbaTJYhG=vAgGdR5w+TJ-UizfUN+49EBRX=Yz+fQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello!

I get assertion failures with the patch, all it takes is a simple select:

SELECT * FROM pg_stat_tablespace;
TRAP: failed Assert("tupdesc->firstNonCachedOffsetAttr >= 0"),
File: execTuples.c, Line: 2341

The test suite also fails with similar errors.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Chao Li 2026-03-24 06:12:18 Re: bugfix - fix broken output in expanded aligned format, when data are too short
Previous Message Yugo Nagata 2026-03-24 06:11:33 Track skipped tables during autovacuum and autoanalyze