pgsql: Improve WAL record descriptions for SP-GiST records.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Improve WAL record descriptions for SP-GiST records.
Date: 2021-04-20 21:02:08
Message-ID: E1lYxVY-000554-MB@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve WAL record descriptions for SP-GiST records.

While tracking down the bug fixed in the preceding commit, I got quite
annoyed by the low quality of spg_desc's output. Add missing fields,
try to make the formatting consistent.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/783be78ca91166ac7f80c953f2bbc5af1f61c6cd

Modified Files
--------------
src/backend/access/rmgrdesc/spgdesc.c | 86 +++++++++++++++++++++++++++--------
1 file changed, 67 insertions(+), 19 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2021-04-20 21:08:29 Re: fix old confusing JSON example
Previous Message Justin Pryzby 2021-04-20 19:44:28 Re: fix old confusing JSON example