pgsql: Rename coerce_type() local variable.

Поиск
Список
Период
Сортировка
От Noah Misch
Тема pgsql: Rename coerce_type() local variable.
Дата
Msg-id E1YogUs-0000L0-Ri@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Rename coerce_type() local variable.

coerce_type() has local variables named targetTypeId, baseTypeId, and
targetType.  targetType has been the Type structure for baseTypeId, so
rename it to baseType.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/b339a5cf900bb3e72f58a7a96903e3a0d557a85a

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


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

Предыдущее
От: Noah Misch
Дата:
Сообщение: pgsql: Fix one more TAP test to use standard command-line argument orde
Следующее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Fix python_includespec on Windows at configure time