Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ all: spock.control
# -----------------------------------------------------------------------------
REGRESS = preseed infofuncs init_fail init preseed_check basic conflict_secondary_unique \
excluded_schema conflict_stat \
toasted replication_set matview bidirectional primary_key \
toasted replication_set exception_row_capture matview bidirectional primary_key \
interfaces foreign_key copy sequence triggers parallel functions row_filter \
row_filter_sampling att_list column_filter apply_delay \
extended node_origin_cascade multiple_upstreams tuple_origin autoddl \
Expand Down
2 changes: 2 additions & 0 deletions include/spock_exception_handler.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ typedef struct SpockExceptionLog
HeapTuple local_tuple;
char initial_error_message[1024];
char initial_operation[16];
uint32 failed_action; /* xact_action_counter at time of error */
} SpockExceptionLog;

typedef enum SpockExceptionBehaviour
Expand Down Expand Up @@ -99,4 +100,5 @@ extern void spock_disable_subscription(SpockSubscription *sub,
XLogRecPtr lsn,
TimestampTz ts);


#endif /* SPOCK_EXCEPTION_HANDLER_H */
Loading
Loading