This is an automated email from the ASF dual-hosted git repository.

chenjinbao1989 pushed a commit to branch cbdb-postgres-merge
in repository https://gitbox.apache.org/repos/asf/cloudberry.git


The following commit(s) were added to refs/heads/cbdb-postgres-merge by this 
push:
     new 732fa7d887c Remove some functions for refint.so
732fa7d887c is described below

commit 732fa7d887cccce6ff61393237f743b2087c33bf
Author: Jinbao Chen <[email protected]>
AuthorDate: Tue Mar 17 10:30:08 2026 -0400

    Remove some functions for refint.so
---
 .../src/test/regress/input/create_function_0.source     | 17 -----------------
 .../src/test/regress/output/create_function_0.source    | 13 -------------
 2 files changed, 30 deletions(-)

diff --git 
a/contrib/pax_storage/src/test/regress/input/create_function_0.source 
b/contrib/pax_storage/src/test/regress/input/create_function_0.source
index f47f635789a..c2504be3971 100644
--- a/contrib/pax_storage/src/test/regress/input/create_function_0.source
+++ b/contrib/pax_storage/src/test/regress/input/create_function_0.source
@@ -2,23 +2,6 @@
 -- CREATE_FUNCTION_0
 --
 
--- Create a bunch of C functions that will be used by later tests:
-
-CREATE FUNCTION check_primary_key ()
-       RETURNS trigger
-       AS '@libdir@/refint@DLSUFFIX@'
-       LANGUAGE C;
-
-CREATE FUNCTION check_foreign_key ()
-       RETURNS trigger
-       AS '@libdir@/refint@DLSUFFIX@'
-       LANGUAGE C;
-
-CREATE FUNCTION autoinc ()
-       RETURNS trigger
-       AS '@libdir@/autoinc@DLSUFFIX@'
-       LANGUAGE C;
-
 CREATE FUNCTION trigger_return_old ()
         RETURNS trigger
         AS '@libdir@/regress@DLSUFFIX@'
diff --git 
a/contrib/pax_storage/src/test/regress/output/create_function_0.source 
b/contrib/pax_storage/src/test/regress/output/create_function_0.source
index 342bc40e115..e5154d5228a 100644
--- a/contrib/pax_storage/src/test/regress/output/create_function_0.source
+++ b/contrib/pax_storage/src/test/regress/output/create_function_0.source
@@ -1,19 +1,6 @@
 --
 -- CREATE_FUNCTION_0
 --
--- Create a bunch of C functions that will be used by later tests:
-CREATE FUNCTION check_primary_key ()
-       RETURNS trigger
-       AS '@libdir@/refint@DLSUFFIX@'
-       LANGUAGE C;
-CREATE FUNCTION check_foreign_key ()
-       RETURNS trigger
-       AS '@libdir@/refint@DLSUFFIX@'
-       LANGUAGE C;
-CREATE FUNCTION autoinc ()
-       RETURNS trigger
-       AS '@libdir@/autoinc@DLSUFFIX@'
-       LANGUAGE C;
 CREATE FUNCTION trigger_return_old ()
         RETURNS trigger
         AS '@libdir@/regress@DLSUFFIX@'


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to