pgsql: Fix a couple minor typos - Mailing list pgsql-committers

From Stephen Frost
Subject pgsql: Fix a couple minor typos
Date
Msg-id E1f9f5j-0003AE-3G@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Don't run fast_default regression test in parallel with otherte
Next
From: Tom Lane
Date:
Subject: pgsql: Test conversion of NaN between float4 and float8.