pgsql: vacuumlazy.c: Clean up variable declarations.

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема pgsql: vacuumlazy.c: Clean up variable declarations.
Дата
Msg-id E1nahdQ-0000ur-GZ@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
vacuumlazy.c: Clean up variable declarations.

Move some of the heap_vacuum_rel() instrumentation related variables to
the scope where they're actually needed.  Also reorder some of the
variable declarations at the start of heap_vacuum_rel() so that related
variables appear together.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/14bf1e831356770cc61a5f43b9b816f0c0583f2b

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Joe Conway
Дата:
Сообщение: pgsql: Use has_privs_for_roles for predefined role checks: round 2
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Add a couple more tests for interval input decoding.