File tree Expand file tree Collapse file tree
contrib/pax_storage/src/test/regress Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22-- CREATE_FUNCTION_0
33--
44
5- -- Create a bunch of C functions that will be used by later tests:
6-
7- CREATE FUNCTION check_primary_key ()
8- RETURNS trigger
9- AS '@libdir@/refint@DLSUFFIX@'
10- LANGUAGE C;
11-
12- CREATE FUNCTION check_foreign_key ()
13- RETURNS trigger
14- AS '@libdir@/refint@DLSUFFIX@'
15- LANGUAGE C;
16-
17- CREATE FUNCTION autoinc ()
18- RETURNS trigger
19- AS '@libdir@/autoinc@DLSUFFIX@'
20- LANGUAGE C;
21-
225CREATE FUNCTION trigger_return_old ()
236 RETURNS trigger
247 AS '@libdir@/regress@DLSUFFIX@'
Original file line number Diff line number Diff line change 11--
22-- CREATE_FUNCTION_0
33--
4- -- Create a bunch of C functions that will be used by later tests:
5- CREATE FUNCTION check_primary_key ()
6- RETURNS trigger
7- AS '@libdir@/refint@DLSUFFIX@'
8- LANGUAGE C;
9- CREATE FUNCTION check_foreign_key ()
10- RETURNS trigger
11- AS '@libdir@/refint@DLSUFFIX@'
12- LANGUAGE C;
13- CREATE FUNCTION autoinc ()
14- RETURNS trigger
15- AS '@libdir@/autoinc@DLSUFFIX@'
16- LANGUAGE C;
174CREATE FUNCTION trigger_return_old ()
185 RETURNS trigger
196 AS '@libdir@/regress@DLSUFFIX@'
You can’t perform that action at this time.
0 commit comments