pgsql: Clean up some misplaced comments in partition_join.sql regressio

From: Etsuro Fujita <efujita(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Clean up some misplaced comments in partition_join.sql regressio
Date: 2019-12-16 08:10:22
Message-ID: E1iglSQ-0004hc-4E@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Clean up some misplaced comments in partition_join.sql regression test.

Also, add a comment explaining a test case.

Back-patch to 11 where the regression test was added.

Discussion: https://postgr.es/m/CAPmGK15adZPh2B%2BmGUjSOMH%2BH39ogDRWfCfm4G6jncZCAs9V_Q%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/956ef5875341c22a602fb825e6c98eaabb1ecce7

Modified Files
--------------
src/test/regress/expected/partition_join.out | 10 ++++++----
src/test/regress/sql/partition_join.sql | 11 +++++++----
2 files changed, 13 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2019-12-16 08:53:43 pgsql: Sort out getpeereid() and peer auth handling on Windows
Previous Message Michael Paquier 2019-12-15 13:06:41 pgsql: Remove duplicated progress reporting during heap scan of VACUUM