pgsql: Avoid masking a function parameter name with a local variable na

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Avoid masking a function parameter name with a local variable na
Дата
Msg-id E1c9f43-0003ho-Fz@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Avoid masking a function parameter name with a local variable name.

No actual bug here, but it might confuse readers, so change the name
of the local variable.

Ashutosh Bapat

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/6fa391be4e83139cd134d5ccfc1499809bb8c98c

Modified Files
--------------
src/backend/optimizer/path/joinpath.c | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Make sure ALTER TABLE preserves index tablespaces.
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Fix commit_ts for FrozenXid and BootstrapXid