pgsql: Fix typo in test

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix typo in test
Date: 2020-07-06 08:05:21
Message-ID: E1jsM7t-0000uN-6q@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typo in test

The test was supposed to error but didn't. Apparently, a copy and
paste and string replace mistake from a nearby similar test.

Branch
------
master

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

Modified Files
--------------
src/test/modules/unsafe_tests/expected/rolenames.out | 5 ++++-
src/test/modules/unsafe_tests/sql/rolenames.sql | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-07-06 18:21:28 pgsql: Create composite array types for initdb-created relations.
Previous Message Fujii Masao 2020-07-06 05:28:18 pgsql: doc: Add note about possible performance overhead by enabling tr