Skip to content

Commit 4164d69

Browse files
author
Amit Kapila
committed
Fix typo in test file name added in commit 4909b38.
Author: Shlok Kyal <shlok.kyal.oss@gmail.com> Backpatch-through: 13 Discussion: https://postgr.es/m/CANhcyEXsObdjkjxEnq10aJumDpa5J6aiPzgTh_w4KCWRYHLw6Q@mail.gmail.com
1 parent 247ee94 commit 4164d69

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

contrib/test_decoding/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ REGRESS = ddl xact rewrite toast permissions decoding_in_xact \
88
spill slot truncate
99
ISOLATION = mxact delayed_startup ondisk_startup concurrent_ddl_dml \
1010
oldest_xmin snapshot_transfer subxact_without_top catalog_change_snapshot \
11-
skip_snapshot_restore invalidation_distrubution
11+
skip_snapshot_restore invalidation_distribution
1212

1313
REGRESS_OPTS = --temp-config $(top_srcdir)/contrib/test_decoding/logical.conf
1414
ISOLATION_OPTS = --temp-config $(top_srcdir)/contrib/test_decoding/logical.conf

0 commit comments

Comments
 (0)