Content-Length: 259763 | pFad | http://github.com/postgrespro/postgres_cluster/commit/c4d84e83496275f3bbf2bc289088db1c6694ecf4

A8 fix wrong parsing of logical messages header · postgrespro/postgres_cluster@c4d84e8 · GitHub
Skip to content

Commit c4d84e8

Browse files
committed
fix wrong parsing of logical messages header
1 parent e8bdcc6 commit c4d84e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/mmts/pglogical_receiver.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ pglogical_receiver_main(Datum main_arg)
533533
MtmSpillToFile(spill_file, buf.data, buf.used);
534534
ByteBufferReset(&buf);
535535
}
536-
if (stmt[0] == 'M' && (stmt[1] == 'L' || stmt[1] == 'C' || stmt[1] == 'A')) {
536+
if (stmt[0] == 'M' && (stmt[1] == 'L' || stmt[1] == 'A')) {
537537
MTM_LOG3("Process '%c' message from %d", stmt[1], nodeId);
538538
MtmExecutor(stmt, rc - hdr_len);
539539
} else {

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres_cluster/commit/c4d84e83496275f3bbf2bc289088db1c6694ecf4

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy