pgsql: Update comments to match location of definition

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Update comments to match location of definition
Date: 2023-09-06 08:20:19
Message-ID: E1qdnlr-002dea-3s@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)kharage(at)enterprisedb(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2023-09-06 19:36:33 pgsql: doc: PG 16 relnotes: fix subscriber role permission description
Previous Message Peter Eisentraut 2023-09-06 07:13:57 Re: pgsql: Translation updates