diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-16 19:46:48 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-16 19:46:48 +0000 |
commit | 311bcfc6b3acdd6fd152798c7f287ddf74fa2a98 (patch) | |
tree | 0ec307299b1dada3701e42f4ca6eda57d708261e /src/interfaces/ecpg/test/ecpg_schedule | |
parent | Initial commit. (diff) | |
download | postgresql-15-311bcfc6b3acdd6fd152798c7f287ddf74fa2a98.tar.xz postgresql-15-311bcfc6b3acdd6fd152798c7f287ddf74fa2a98.zip |
Adding upstream version 15.4.upstream/15.4upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/interfaces/ecpg/test/ecpg_schedule')
-rw-r--r-- | src/interfaces/ecpg/test/ecpg_schedule | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/src/interfaces/ecpg/test/ecpg_schedule b/src/interfaces/ecpg/test/ecpg_schedule new file mode 100644 index 0000000..e034c5a --- /dev/null +++ b/src/interfaces/ecpg/test/ecpg_schedule @@ -0,0 +1,61 @@ +test: compat_informix/dec_test +test: compat_informix/charfuncs +test: compat_informix/rfmtdate +test: compat_informix/rfmtlong +test: compat_informix/rnull +test: compat_informix/sqlda +test: compat_informix/describe +test: compat_informix/test_informix +test: compat_informix/test_informix2 +test: compat_oracle/char_array +test: connect/test2 +test: connect/test3 +test: connect/test4 +test: connect/test5 +test: pgtypeslib/dt_test +test: pgtypeslib/dt_test2 +test: pgtypeslib/num_test +test: pgtypeslib/num_test2 +test: pgtypeslib/nan_test +test: preproc/array_of_struct +test: preproc/pointer_to_struct +test: preproc/autoprep +test: preproc/comment +test: preproc/cursor +test: preproc/define +test: preproc/init +test: preproc/strings +test: preproc/type +test: preproc/variable +test: preproc/outofscope +test: preproc/whenever +test: preproc/whenever_do_continue +test: sql/array +test: sql/binary +test: sql/bytea +test: sql/code100 +test: sql/copystdout +test: sql/createtableas +test: sql/define +test: sql/desc +test: sql/sqlda +test: sql/describe +test: sql/dynalloc +test: sql/dynalloc2 +test: sql/dyntest +test: sql/execute +test: sql/fetch +test: sql/func +test: sql/indicators +test: sql/oldexec +test: sql/quote +test: sql/show +test: sql/insupd +test: sql/parser +test: sql/prepareas +test: sql/declare +test: thread/thread +test: thread/thread_implicit +test: thread/prep +test: thread/alloc +test: thread/descriptor |