pgsql: pg_regress: Remove unused variable

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема pgsql: pg_regress: Remove unused variable
Дата
Msg-id E1qHUdB-002F9o-GH@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
pg_regress: Remove unused variable

The restrictedToken handle was set but never read, so remove the
variable and change to a boolean style check to match other uses
of CreateRestrictedProcess().

Reviewed-by: Nathan Bossart <nathandbossart@gmail.com>
Reviewed-by: Michael Paquier <michael@paquier.xyz>
Discussion: https://postgr.es/m/62A63C81-3893-4E3F-A34E-2081DF67074E@yesql.se

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f863d82b2f9801c556882ca92b519982a82133e3

Modified Files
--------------
src/test/regress/pg_regress.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: Fix type of iterator variable in SH_START_ITERATE
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Fix some comments in ./configure and meson setup files