pgsql: vacuumlazy.c: Save get_database_name() in vacrel.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: vacuumlazy.c: Save get_database_name() in vacrel.
Date: 2023-01-03 19:49:34
Message-ID: E1pCnHy-001t3E-30@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

vacuumlazy.c: Save get_database_name() in vacrel.

This brings dbname strings in line with namespace and relation name
strings.

Author: Peter Geoghegan <pg(at)bowt(dot)ie>
Discussion: https://postgr.es/m/CAH2-WzkQ1TKU-DdNvnGeL870di3+CU1UTo-7nw7xFDpVE-XGjA@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/54afdcd6182af709cb0ab775c11b90decff166eb

Modified Files
--------------
src/backend/access/heap/vacuumlazy.c | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2023-01-03 20:09:51 pgsql: Improve documentation of the CREATEROLE attibute.
Previous Message Peter Geoghegan 2023-01-03 19:23:41 pgsql: Delay commit status checks until freezing executes.