pgsql: Mark test_enc_conversion() as STRICT.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Mark test_enc_conversion() as STRICT.
Date: 2021-04-06 11:58:41
Message-ID: E1lTkLx-0005vh-JY@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Mark test_enc_conversion() as STRICT.

Reported-by: Jaime Casanova, using SQLsmith
Discussion: https://www.postgresql.org/message-id/20210402235337.GA4082@ahch-to

Branch
------
master

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

Modified Files
--------------
src/test/regress/input/create_function_1.source | 2 +-
src/test/regress/output/create_function_1.source | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2021-04-06 11:59:07 Re: pgsql: Add 'noError' argument to encoding conversion functions.
Previous Message Dean Rasheed 2021-04-06 10:52:28 pgsql: pgbench: Function to generate random permutations.