mirror of
https://github.com/postgres/postgres.git
synced 2025-07-14 08:21:07 +03:00
failed to add some of Jan's files :(
This commit is contained in:
1336
src/test/regress/expected/plpgsql.out
Normal file
1336
src/test/regress/expected/plpgsql.out
Normal file
File diff suppressed because it is too large
Load Diff
13
src/test/regress/input/install_plpgsql.source
Normal file
13
src/test/regress/input/install_plpgsql.source
Normal file
@ -0,0 +1,13 @@
|
||||
--
|
||||
-- install_plpgsql.source
|
||||
--
|
||||
--
|
||||
|
||||
CREATE FUNCTION plpgsql_call_handler()
|
||||
RETURNS opaque
|
||||
AS '_LIBDIR_/plpgsql_DLSUFFIX_'
|
||||
LANGUAGE 'c';
|
||||
|
||||
CREATE TRUSTED PROCEDURAL LANGUAGE 'plpgsql'
|
||||
HANDLER plpgsql_call_handler
|
||||
LANCOMPILER 'PL/pgSQL';
|
7
src/test/regress/output/install_plpgsql.source
Normal file
7
src/test/regress/output/install_plpgsql.source
Normal file
@ -0,0 +1,7 @@
|
||||
QUERY: CREATE FUNCTION plpgsql_call_handler()
|
||||
RETURNS opaque
|
||||
AS '_LIBDIR_/plpgsql_DLSUFFIX_'
|
||||
LANGUAGE 'c';
|
||||
QUERY: CREATE TRUSTED PROCEDURAL LANGUAGE 'plpgsql'
|
||||
HANDLER plpgsql_call_handler
|
||||
LANCOMPILER 'PL/pgSQL';
|
1406
src/test/regress/sql/plpgsql.sql
Normal file
1406
src/test/regress/sql/plpgsql.sql
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user