pgsql: Use nbtdesc "level" field name consistently.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Use nbtdesc "level" field name consistently.
Date: 2023-04-19 19:15:32
Message-ID: E1ppDH9-003sZy-Jy@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Use nbtdesc "level" field name consistently.

The "lev" name that appeared in NEWROOT nbtree record desc output was
inconsistent with the symbol name from the underlying C struct. It was
also inconsistent with nbtdesc output for other nearby record types with
similar level fields.

Standardize on "level" to make everything consistent.

Follow-up to commit 1c453cfd.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2584639653eec13726a25d6ea8a4b42153185723

Modified Files
--------------
src/backend/access/rmgrdesc/nbtdesc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2023-04-19 22:35:03 pgsql: Fix list_copy_head() with empty Lists
Previous Message Peter Geoghegan 2023-04-19 17:43:03 pgsql: Fix wal_consistency_checking enhanced desc output.