]> granicus.if.org Git - postgresql/commit
Fix a couple minor typos
authorStephen Frost <sfrost@snowman.net>
Fri, 20 Apr 2018 23:04:54 +0000 (19:04 -0400)
committerStephen Frost <sfrost@snowman.net>
Fri, 20 Apr 2018 23:04:54 +0000 (19:04 -0400)
commita0fefbcb718fedd8f0198f74c3ae27933c92b090
treec59ed4afabe8c88f3dbc143efd527e86b029363a
parent676858bcb4c4d9d2d5ee63a87dbff01085984ee0
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.
src/backend/catalog/objectaddress.c
src/backend/commands/typecmds.c