diff options
| author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2021-04-06 14:53:56 +0300 |
|---|---|---|
| committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2021-04-06 14:53:56 +0300 |
| commit | c4c393b3ec83ceb4b4d7f37cdd5302126377d069 (patch) | |
| tree | 88b6c25919977df71f366181b6d191648a4e318b /src/test/regress/output/create_function_1.source | |
| parent | 6b258e3d688db14aadb58dde2a72939362310684 (diff) | |
| download | postgresql-c4c393b3ec83ceb4b4d7f37cdd5302126377d069.tar.gz | |
Mark test_enc_conversion() as STRICT.
Reported-by: Jaime Casanova, using SQLsmith
Discussion: https://www.postgresql.org/message-id/20210402235337.GA4082@ahch-to
Diffstat (limited to 'src/test/regress/output/create_function_1.source')
| -rw-r--r-- | src/test/regress/output/create_function_1.source | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/regress/output/create_function_1.source b/src/test/regress/output/create_function_1.source index cb38a039bf..c66146db9d 100644 --- a/src/test/regress/output/create_function_1.source +++ b/src/test/regress/output/create_function_1.source @@ -70,7 +70,7 @@ CREATE FUNCTION test_opclass_options_func(internal) LANGUAGE C; CREATE FUNCTION test_enc_conversion(bytea, name, name, bool, validlen OUT int, result OUT bytea) AS '@libdir@/regress@DLSUFFIX@', 'test_enc_conversion' - LANGUAGE C; + LANGUAGE C STRICT; -- Things that shouldn't work: CREATE FUNCTION test1 (int) RETURNS int LANGUAGE SQL AS 'SELECT ''not an integer'';'; |
