Обсуждение: pgsql: Fix a couple minor typos

Поиск
Список
Период
Сортировка

pgsql: Fix a couple minor typos

От
Stephen Frost
Дата:
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(-)