Thread: pgsql: Update comments to match location of definition

pgsql: Update comments to match location of definition

From
Daniel Gustafsson
Date:
Update comments to match location of definition

Commit cc50080a82 rearranged testsuites to reduce dependencies, but
missed to update a comment when moving an operator class definition.
Also fix a typo in that same comment while here.

Author: Suraj Kharage <suraj.kharage@enterprisedb.com>
Discussion: https://postgr.es/m/CAF1DzPWXd2yq9_=P905cEypMVKw3ho+Fpj4HwJ4ta8T-eh+Yig@mail.gmail.com

Branch
------
master

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

Modified Files
--------------
src/test/regress/expected/alter_table.out     | 2 +-
src/test/regress/expected/hash_part.out       | 2 +-
src/test/regress/expected/partition_prune.out | 2 +-
src/test/regress/sql/alter_table.sql          | 2 +-
src/test/regress/sql/hash_part.sql            | 2 +-
src/test/regress/sql/partition_prune.sql      | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)