Skip to content

Commit 732fa7d

Browse files
committed
Remove some functions for refint.so
1 parent 29b3a28 commit 732fa7d

2 files changed

Lines changed: 0 additions & 30 deletions

File tree

contrib/pax_storage/src/test/regress/input/create_function_0.source

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,6 @@
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-
225
CREATE FUNCTION trigger_return_old ()
236
RETURNS trigger
247
AS '@libdir@/regress@DLSUFFIX@'

contrib/pax_storage/src/test/regress/output/create_function_0.source

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,6 @@
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;
174
CREATE FUNCTION trigger_return_old ()
185
RETURNS trigger
196
AS '@libdir@/regress@DLSUFFIX@'

0 commit comments

Comments
 (0)