pgsql: Fix a couple minor typos

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема pgsql: Fix a couple minor typos
Дата
Msg-id E1f9f5j-0003AE-3G@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix a couple minor typos

In commit f0e4475, GetIndexOpClass was renamed to ResolveOpClass, but
the comment in typecmds.c didn't get the memo.

In objectaddress.c, missing 'of' in a comment.

Both noticed by Vik Fearing, patch is mine though.

Branch
------
master

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

Modified Files
--------------
src/backend/catalog/objectaddress.c | 2 +-
src/backend/commands/typecmds.c     | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Don't run fast_default regression test in parallel with otherte
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Test conversion of NaN between float4 and float8.