Skip to content

Commit 2d2b568

Browse files
committed
Minor Coderabbit feedback
1 parent 4f55863 commit 2d2b568

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/configuring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ adjustment to which replication set the table is part of. Setting a table to
202202
unlogged will remove it from replication. Detaching a partition will not
203203
remove it from replication.
204204

205-
#### `spock.log_origin_change`
205+
### `spock.log_origin_change`
206206

207207
`spock.log_origin_change` indicates whether changes to a row's
208208
origin should be logged to the PostgreSQL log. Rows may be being updated

sql/spock--5.0.4--5.0.5.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ DECLARE
2222
progress_lsn pg_lsn;
2323
BEGIN
2424
IF origin_id IS NULL THEN
25-
RAISE EXCEPTION 'Origin node ''%'' not found', origin;
25+
RAISE EXCEPTION 'Origin node ''%'' not found', origin_id;
2626
END IF;
2727
target_id := node_id FROM spock.node_info();
2828

tests/tap/t/100_progress_period.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,4 +197,4 @@
197197
"SELECT spock.sub_drop('test_sub')";
198198

199199
destroy_cluster('Destroy 2-node progress-period test cluster');
200-
done_testing();
200+
#done_testing();

0 commit comments

Comments
 (0)