Skip to content

Commit 5ac02f8

Browse files
committed
typo
1 parent 877f5cb commit 5ac02f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pg_dtm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ _PG_init(void)
217217
"dtm.record_commits",
218218
"Store information about committed global transactions in pg_committed_xacts table",
219219
NULL,
220-
&DtmRecordCommit,
220+
&DtmRecordCommits,
221221
false,
222222
PGC_BACKEND,
223223
0,

0 commit comments

Comments
 (0)