pgsql: Update comments to match location of definition - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: Update comments to match location of definition
Date
Msg-id E1qdnlr-002dea-3s@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: pgsql: Translation updates
Next
From: Bruce Momjian
Date:
Subject: pgsql: doc: PG 16 relnotes: fix subscriber role permission description