pgsql: Fix a couple minor typos

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix a couple minor typos
Date: 2018-04-20 23:05:19
Message-ID: E1f9f5j-0003AE-3G@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-04-20 23:55:30 pgsql: Test conversion of NaN between float4 and float8.
Previous Message Tom Lane 2018-04-20 21:28:02 pgsql: Don't run fast_default regression test in parallel with other te