Skip to content

Commit d5f1fd7

Browse files
committed
Create wal2json directory and add symbol links to maind files and test files.
1 parent ea4dca4 commit d5f1fd7

66 files changed

Lines changed: 105 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

contrib/wal2json/LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../wal2json-upstream/LICENSE

contrib/wal2json/Makefile

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# contrib/wal2json/Makefile
2+
3+
MODULE_big = wal2json
4+
OBJS = \
5+
$(WIN32RES) \
6+
wal2json.o
7+
PGFILEDESC = "passwordcheck - strengthen user password checks"
8+
9+
# uncomment the following two lines to enable cracklib support
10+
# PG_CPPFLAGS = -DUSE_CRACKLIB '-DCRACKLIB_DICTPATH="/usr/lib/cracklib_dict"'
11+
# SHLIB_LINK = -lcrack
12+
13+
REGRESS = cmdline insert1 update1 update2 update3 update4 delete1 delete2 \
14+
delete3 delete4 savepoint specialvalue toast bytea message typmod \
15+
filtertable selecttable include_timestamp include_lsn include_xids \
16+
include_domain_data_type truncate type_oid actions position default \
17+
pk rename_column numeric_data_types_as_string
18+
19+
ORA_REGRESS = ivy_cmdline ivy_insert1 ivy_update1 ivy_update2 ivy_update3 ivy_update4 \
20+
ivy_delete1 ivy_delete2 ivy_delete3 ivy_delete4 ivy_savepoint \
21+
ivy_specialvalue ivy_toast ivy_bytea ivy_message ivy_typmod \
22+
ivy_filtertable ivy_selecttable ivy_include_timestamp ivy_include_lsn \
23+
ivy_include_xids ivy_include_domain_data_type ivy_truncate ivy_type_oid \
24+
ivy_actions ivy_position ivy_default ivy_pk ivy_rename_column \
25+
ivy_numeric_data_types_as_string
26+
27+
REGRESS_OPTS = --temp-config $(top_srcdir)/contrib/wal2json/logical.conf
28+
ORACLE_REGRESS_OPTS = --temp-config $(top_srcdir)/contrib/wal2json/logical.conf
29+
30+
ifdef USE_PGXS
31+
PG_CONFIG = pg_config
32+
PGXS := $(shell $(PG_CONFIG) --pgxs)
33+
include $(PGXS)
34+
else
35+
subdir = contrib/wal2json
36+
top_builddir = ../..
37+
include $(top_builddir)/src/Makefile.global
38+
include $(top_srcdir)/contrib/contrib-global.mk
39+
endif

contrib/wal2json/README.md

Lines changed: 1 addition & 0 deletions
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../wal2json-upstream/expected/actions.out
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../wal2json-upstream/expected/bytea.out
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../wal2json-upstream/expected/cmdline.out
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../wal2json-upstream/expected/default.out
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../wal2json-upstream/expected/default_2.out
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../wal2json-upstream/expected/delete1.out
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../wal2json-upstream/expected/delete2.out

0 commit comments

Comments
 (0)