Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit11ec4be

Browse files
kvapkelvich
authored andcommitted
Remove an unneeded assert used for debugging earlier.
1 parent301e79a commit11ec4be

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

‎pglogical_proto.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,6 @@ pglogical_write_commit(StringInfo out, PGLogicalOutputData *data,
185185
pq_sendbyte(out,flags);
186186
pq_sendbyte(out,MtmNodeId);
187187

188-
Assert(txn->xact_action!=XLOG_XACT_PREPARE||txn->xid<1000||MtmTransactionRecords >=2);
189-
190188
/* send fixed fields */
191189
pq_sendint64(out,commit_lsn);
192190
pq_sendint64(out,txn->end_lsn);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp