pgsql: Fix comment in test

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix comment in test
Date: 2020-01-02 14:08:03
Message-ID: E1in18t-0002kb-5U@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix comment in test

The comment was apparently copy-and-pasted and did not reflect the
actual test outcome.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/198c7153dccb11950e3030dec564fdc6e59b4451

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-01-02 16:29:16 pgsql: Make parser rely more heavily on the ParseNamespaceItem data str
Previous Message Amit Kapila 2020-01-02 07:25:41 pgsql: Fix running out of file descriptors for spill files.