pgsql: pg_walinspect: Adjust memory context name.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: pg_walinspect: Adjust memory context name.
Date: 2023-03-27 23:17:02
Message-ID: E1pgw5F-0003DA-M5@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_walinspect: Adjust memory context name.

Correct the name of the memory context used by the
pg_get_wal_block_info() SQL-callable function.

Oversight in commit 9ecb134a93.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/637dce2254245321283ade9db1b7cc8d1f8cf308

Modified Files
--------------
contrib/pg_walinspect/pg_walinspect.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2023-03-28 08:18:00 pgsql: Save a few bytes in pg_attribute
Previous Message Michael Paquier 2023-03-27 22:36:53 pgsql: Generate a few more functions of pgstatfuncs.c with macros